Files
gitea-act-runner/example.env
2025-03-19 14:14:27 -04:00

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"