From 91dee302628d68a34a7b9e2afb5e7dbcab78b0da Mon Sep 17 00:00:00 2001 From: Jeffery Date: Thu, 25 Jun 2026 10:57:32 +0000 Subject: [PATCH] =?UTF-8?q?fix(release=20cleanup):=20=E4=BF=AE=E6=AD=A3=20?= =?UTF-8?q?action=20token=20=E5=82=B3=E9=81=9E=E8=88=87=E4=B8=AD=E7=B9=BC?= =?UTF-8?q?=E8=B3=87=E6=96=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 }}