Created
January 30, 2022 17:53
-
-
Save moyix/d5ee2b0a9a050b9cb5a0f1eb0e0b0622 to your computer and use it in GitHub Desktop.
Config file for ephemeral GitHub Actions runner
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install with: | |
# sudo install -m 600 ephemeral-github-actions-runner.env /etc/ | |
RUNNER_SCOPE=org | |
ORG_NAME=NYUAppSec | |
RUNNER_NAME_PREFIX=appsec_runner | |
ACCESS_TOKEN=INSERT_YOUR_GH_TOKEN_HERE | |
RUNNER_WORKDIR=/tmp/runner/work | |
EPHEMERAL=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment