feat: 執行工作留時,才取得 token

This commit is contained in:
2026-03-21 10:45:19 +08:00
parent 59bc31a756
commit 29849ebc19

View File

@@ -27,4 +27,6 @@ jobs:
needs: release
steps:
- name: 清理舊版成品
uses: https://gitea.jsc.idv.tw/actions/cleanup-release@${{ vars.ACTION_CLEANUP_RELEASE_VERSION }}
uses: https://gitea.jsc.idv.tw/actions/cleanup-release@${{ vars.ACTION_CLEANUP_RELEASE_VERSION }}
with:
RUNNER_TOKEN: ${{ secrets.RUNNER_TOKEN }}