1 Commits

Author SHA1 Message Date
535e2fb2c2 feat: 加上 Gitea Runner Token 2026-03-21 10:58:38 +08:00

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 }}