From 29849ebc19c84634c297f9bccecd0c283b78d956 Mon Sep 17 00:00:00 2001 From: Jeffery Date: Sat, 21 Mar 2026 10:45:19 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=9F=B7=E8=A1=8C=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E7=95=99=E6=99=82=EF=BC=8C=E6=89=8D=E5=8F=96=E5=BE=97=20token?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/master.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/master.yaml b/.gitea/workflows/master.yaml index 3e8d0e3..794a852 100644 --- a/.gitea/workflows/master.yaml +++ b/.gitea/workflows/master.yaml @@ -27,4 +27,6 @@ jobs: needs: release steps: - name: 清理舊版成品 - uses: https://gitea.jsc.idv.tw/actions/cleanup-release@${{ vars.ACTION_CLEANUP_RELEASE_VERSION }} \ No newline at end of file + uses: https://gitea.jsc.idv.tw/actions/cleanup-release@${{ vars.ACTION_CLEANUP_RELEASE_VERSION }} + with: + RUNNER_TOKEN: ${{ secrets.RUNNER_TOKEN }} \ No newline at end of file