Document Gitea runner 403 recovery
CI / test (push) Failing after 2s

This commit is contained in:
2026-06-09 15:13:22 +09:00
parent ad6de5ba83
commit 164346c61f
2 changed files with 20 additions and 0 deletions
+5
View File
@@ -19,3 +19,8 @@ fi
cd "$RUNNER_DIR"
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 "$ENV_FILE"
echo "Then restart with: docker compose down && docker compose up -d"