fix: finaly gitea runners can works

This commit is contained in:
2026-09-02 13:51:11 +00:00
parent 07689e1a9e
commit fd6c9536e7
10 changed files with 36 additions and 23 deletions
+1 -1
View File
@@ -136,7 +136,7 @@ gcr_alloc() {
return 0
fi
reg_token="$(gcr_gitea_registration_token)" || {
reg_token="$(gcr_gitea_registration_token "$repo")" || {
gcr_record_del "$job_id" "$attempt"
gcr_lock_release "$key"
gcr_event "token-error" "$job_id" "{}"