fix(release cleanup): 改用 GITEA_TOKEN 呼叫 API

This commit is contained in:
2026-06-25 10:58:56 +00:00
parent 034c1ce67b
commit 0e91eb6cf3
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -12,5 +12,5 @@ runs:
env:
GITEA_SERVER_URL: ${{ gitea.server_url }}
GITEA_REPOSITORY: ${{ gitea.repository }}
RUNNER_TOKEN: ${{ gitea.token }}
GITEA_TOKEN: ${{ gitea.token }}
KEEP_COUNT: ${{ inputs.keep_count }}