We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc280c0 commit dbd4e37Copy full SHA for dbd4e37
1 file changed
entrypoint.sh
@@ -13,6 +13,8 @@ REG_TOKEN=$(curl -s -X POST \
13
-H "Accept: application/vnd.github+json" \
14
"https://api.github.com/repos/${GITHUB_REPOSITORY}/actions/runners/registration-token" | jq -r .token)
15
16
+export RUNNER_ALLOW_RUNASROOT=1
17
+
18
# Configure
19
./config.sh --url "https://github.com/${GITHUB_REPOSITORY}" \
20
--token "$REG_TOKEN" \
0 commit comments