Skip to content

Instantly share code, notes, and snippets.

@moyix
Created January 30, 2022 17:53
Show Gist options
  • Save moyix/d5ee2b0a9a050b9cb5a0f1eb0e0b0622 to your computer and use it in GitHub Desktop.
Save moyix/d5ee2b0a9a050b9cb5a0f1eb0e0b0622 to your computer and use it in GitHub Desktop.
Config file for ephemeral GitHub Actions runner
# 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