From 4e2af3ffe5c481615a8935a0205589f06e4c0d1a Mon Sep 17 00:00:00 2001 From: Jeffery Date: Wed, 25 Mar 2026 02:46:44 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20action.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 05e62de..f6e097b 100644 --- a/action.yaml +++ b/action.yaml @@ -14,5 +14,5 @@ runs: env: GITEA_SERVER_URL: ${{ gitea.server_url }} GITEA_REPOSITORY: ${{ gitea.repository }} - RUNNER_TOKEN: ${{ secrets.RUNNER_TOKEN }} + RUNNER_TOKEN: ${{ inputs.RUNNER_TOKEN || ${{ secrets.GITEA_TOKEN }} || secrets.RUNNER_TOKEN }} IS_BETA: ${{ inputs.IS_BETA }} \ No newline at end of file -- 2.48.1