diff --git a/setup-forgejo-runner.sh b/setup-forgejo-runner.sh index a190229..e7dd64a 100644 --- a/setup-forgejo-runner.sh +++ b/setup-forgejo-runner.sh @@ -17,7 +17,7 @@ set -euo pipefail FORGEJO_URL="${FORGEJO_URL:?Set FORGEJO_URL, e.g. https://git.zotac.keenetic.link}" -FORGEJO_RUNNER_TOKEN="${FORGEJO_RUNNER_TOKEN:?Set FORGEJO_RUNNER_TOKEN (registration token from the repo's Actions -> Runners page)}" +FORGEJO_RUNNER_TOKEN="${FORGEJO_RUNNER_TOKEN:?Set FORGEJO_RUNNER_TOKEN (registration token from the repo Settings -> Actions -> Runners page)}" RUNNER_NAME="${RUNNER_NAME:-graylog-container-$(hostname)}" RUNNER_LABEL="${RUNNER_LABEL:-self-hosted:host}" RUNNER_VERSION="12.13.1"