6 lines
294 B
Bash
6 lines
294 B
Bash
# Copy to `.env` (same folder) and fill in. Do NOT commit .env — it holds the token.
|
|
# Get the token at: https://octowow.st/git/user/settings/actions/runners
|
|
# -> "Create new Runner" -> copy the registration token.
|
|
RUNNER_TOKEN=paste-registration-token-here
|
|
RUNNER_NAME=octo-windows-runner
|