diff --git a/action.yaml b/action.yaml index 856028f..560e05c 100644 --- a/action.yaml +++ b/action.yaml @@ -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 }} - KEEP_COUNT: ${{ inputs.keep_count }} \ No newline at end of file + RUNNER_TOKEN: ${{ gitea.token }} + KEEP_COUNT: ${{ inputs.keep_count }}