fix(release cleanup): 修正 action token 傳遞與中繼資料

This commit is contained in:
2026-06-25 10:57:32 +00:00
parent 3bf8cab832
commit 91dee30262
+3 -3
View File
@@ -1,5 +1,5 @@
name: 'Docker Action Template' name: 'Release Cleanup'
description: 'Docker Action 範本' description: 'Release Cleanup'
author: 'Jeffery' author: 'Jeffery'
inputs: inputs:
keep_count: keep_count:
@@ -12,5 +12,5 @@ runs:
env: env:
GITEA_SERVER_URL: ${{ gitea.server_url }} GITEA_SERVER_URL: ${{ gitea.server_url }}
GITEA_REPOSITORY: ${{ gitea.repository }} GITEA_REPOSITORY: ${{ gitea.repository }}
GITEA_TOKEN: ${{ secrets.CUSTOM_TOKEN || secrets.GITEA_TOKEN }} RUNNER_TOKEN: ${{ gitea.token }}
KEEP_COUNT: ${{ inputs.keep_count }} KEEP_COUNT: ${{ inputs.keep_count }}