2026-06-20 11:06:27 +07:00
|
|
|
---
|
|
|
|
|
# Shared constants for all runner hosts.
|
2026-06-23 00:26:00 +00:00
|
|
|
runner_user: gitea-runner
|
|
|
|
|
runner_home: /home/gitea-runner
|
2026-06-20 11:06:27 +07:00
|
|
|
|
2026-06-23 00:26:00 +00:00
|
|
|
gitea_instance: "https://source.hawkless.id.au"
|
|
|
|
|
|
|
|
|
|
# Pinned act_runner release. Bump version + sha256 together.
|
|
|
|
|
# Check latest: https://gitea.com/gitea/act_runner/releases
|
|
|
|
|
# sha256 for act_runner-<version>-linux-amd64 is on the release page (act_runner-<version>-linux-amd64.sha256).
|
|
|
|
|
act_runner_version: "1.0.8"
|
|
|
|
|
act_runner_sha256: "027d726127bb67e191d57052fdb66e74ec7f76966f790a18727147fa2b8005e5"
|
|
|
|
|
act_runner_binary: "gitea-runner-{{ act_runner_version }}-linux-amd64"
|
|
|
|
|
act_runner_download_url: "https://gitea.com/gitea/runner/releases/download/v{{ act_runner_version }}/{{ act_runner_binary }}"
|
2026-06-20 11:06:27 +07:00
|
|
|
|
2026-06-20 11:24:27 +07:00
|
|
|
# Registration tokens come from env vars named by each project's `token_env`
|
|
|
|
|
# (e.g. RUNNER_TOKEN_GATEHOUSE_API). Export them on the control node before running.
|
2026-06-23 00:26:00 +00:00
|
|
|
# Mint from: Gitea repo → Settings → Actions → Runners → Create new runner token.
|