From 82d3f7853688036fc13d86dee169c6f9c39cda73 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Wed, 25 Mar 2026 02:46:09 +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 15a9802..4a338d7 100644 --- a/action.yaml +++ b/action.yaml @@ -16,5 +16,5 @@ runs: GITEA_REPOSITORY: ${{ gitea.repository }} RELEASE_VERSION: ${{ inputs.RELEASE_VERSION }} RELEASE_INDEX: ${{ inputs.RELEASE_INDEX }} - RUNNER_TOKEN: ${{ secrets.RUNNER_TOKEN }} + RUNNER_TOKEN: ${{ inputs.RUNNER_TOKEN || ${{ secrets.GITEA_TOKEN }} || secrets.RUNNER_TOKEN }} NUGET_AUTHOR: ${{ gitea.repository_owner }} \ No newline at end of file