We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ea1f7c commit 8d87e53Copy full SHA for 8d87e53
github-runner-entrypoint.sh
@@ -64,10 +64,6 @@ if [ -n "$GITHUB_REPOSITORY" ] && [ -n "$GITHUB_TOKEN" ]; then
64
65
else
66
67
- #
68
- # JOB Container app configuration
69
70
-
71
# Retrieve a short lived runner registration token using the PAT
72
REGISTRATION_TOKEN="$(curl -X POST -fsSL \
73
-H 'Accept: application/vnd.github.v3+json' \
0 commit comments