Document instance runner setup
CI / test (push) Failing after 2s

This commit is contained in:
2026-06-09 15:15:00 +09:00
parent 164346c61f
commit ee8c364cd2
3 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -11,7 +11,7 @@ if [ ! -f "$ENV_FILE" ]; then
exit 1
fi
if grep -q 'replace-with-repository-runner-token' "$ENV_FILE"; then
if grep -q 'replace-with-.*-runner-token' "$ENV_FILE"; then
echo "missing GITEA_RUNNER_REGISTRATION_TOKEN in $ENV_FILE" >&2
exit 1
fi
@@ -21,6 +21,6 @@ docker compose up -d
docker compose ps
echo
echo "If logs repeat 'permission_denied: 403 Forbidden', refresh the repository runner registration token in Gitea and update:"
echo "If logs repeat 'permission_denied: 403 Forbidden', refresh the instance runner registration token in Gitea and update:"
echo "$ENV_FILE"
echo "Then restart with: docker compose down && docker compose up -d"