Skip to content

Commit f2d3ca6

Browse files
committed
Unset environment variables for runner config
1 parent 829a167 commit f2d3ca6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

runner/entrypoint.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,6 @@ fi
1717

1818
cd /runner
1919
./config.sh --unattended --replace --name "${RUNNER_NAME}" --url "https://github.com/${RUNNER_REPO}" --token "${RUNNER_TOKEN}"
20+
21+
unset RUNNER_NAME RUNNER_REPO RUNNER_TOKEN
2022
exec ./run.sh --once

0 commit comments

Comments
 (0)