fix(release cleanup): 修正 action token 傳遞與中繼資料
This commit is contained in:
+3
-3
@@ -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 }}
|
||||||
Reference in New Issue
Block a user