From ffe205ed120722fa746ad6e11b4073439083d317 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Wed, 6 May 2026 08:38:50 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=82=B3=E5=85=A5=E5=AD=98=E5=8F=96?= =?UTF-8?q?=E6=AC=8A=E6=9D=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Copilot --- action.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 96fb0f9..244e0b8 100644 --- a/action.yml +++ b/action.yml @@ -8,6 +8,9 @@ inputs: RELEASE_VERSION: description: '專案版本' required: true + RUNNER_TOKEN: + description: '存取權杖' + required: true outputs: text: description: '輸出的文字' @@ -25,7 +28,8 @@ runs: target_commitish: master files: | ${{ inputs.PROJECT_NAME }}.${{ inputs.RELEASE_VERSION }}.zip - - uses: https://gitea.jsc.idv.tw/actions/nuget-push@v0.1.4 + - uses: https://gitea.jsc.idv.tw/actions/nuget-push@v0.1.5 with: RELEASE_VERSION: "${{ inputs.RELEASE_VERSION }}" + RUNNER_TOKEN: "${{ inputs.RUNNER_TOKEN }}" - uses: https://gitea.jsc.idv.tw/actions/cleanup-release@v0.4.0 \ No newline at end of file