7 lines
376 B
Bash
7 lines
376 B
Bash
# https://docs.gitea.com/usage/actions/act-runner
|
|
REGISTRATION_TOKEN="your-token"
|
|
GITEA_URL="git.example.com"
|
|
GITEA_RUNNER_NAME="runner-name"
|
|
# https://docs.gitea.com/usage/actions/act-runner#labels
|
|
GITEA_RUNNER_LABELS="ubuntu-latest:docker://node:16-bullseye,ubuntu-22.04:docker://node:16-bullseye,ubuntu-20.04:docker://node:16-bullseye,ubuntu-18.04:docker://node:16-buster"
|