fix: update runners.conf.example to clarify repo token fetching for multiple repositories

This commit is contained in:
S
2026-03-02 09:15:43 -05:00
parent 4919293a6e
commit b22a95522b

View File

@@ -34,7 +34,9 @@
# repos — Token hint (not an act_runner setting): controls which # repos — Token hint (not an act_runner setting): controls which
# registration token manage_runner.sh fetches at deploy time. # registration token manage_runner.sh fetches at deploy time.
# "all" = instance-level token (runner available to all repos). # "all" = instance-level token (runner available to all repos).
# Repo name = fetch repo-level token from Gitea API. # Single repo name = fetch repo-level token from Gitea API.
# Comma-separated names (e.g. "augur,periodvault") =
# configure_runners.sh expands into one runner per repo.
# #
# capacity — Positive integer (>= 1). Max concurrent jobs. # capacity — Positive integer (>= 1). Max concurrent jobs.
# Default: 2 (server hosts), 1 (macOS). # Default: 2 (server hosts), 1 (macOS).