fix(release cleanup): 修正 action token 傳遞與中繼資料
This commit is contained in:
+3
-3
@@ -1,5 +1,5 @@
|
||||
name: 'Docker Action Template'
|
||||
description: 'Docker Action 範本'
|
||||
name: 'Release Cleanup'
|
||||
description: 'Release Cleanup'
|
||||
author: 'Jeffery'
|
||||
inputs:
|
||||
keep_count:
|
||||
@@ -12,5 +12,5 @@ runs:
|
||||
env:
|
||||
GITEA_SERVER_URL: ${{ gitea.server_url }}
|
||||
GITEA_REPOSITORY: ${{ gitea.repository }}
|
||||
GITEA_TOKEN: ${{ secrets.CUSTOM_TOKEN || secrets.GITEA_TOKEN }}
|
||||
RUNNER_TOKEN: ${{ gitea.token }}
|
||||
KEEP_COUNT: ${{ inputs.keep_count }}
|
||||
Reference in New Issue
Block a user