chore(workflows): 改用共用 CI/CD workflow
CI / ci (pull_request) Failing after 0s

This commit is contained in:
2026-06-25 05:56:51 +00:00
parent 5a4f350c57
commit f24d2bc600
4 changed files with 31 additions and 51 deletions
+14
View File
@@ -0,0 +1,14 @@
name: CD
on:
push:
branches:
- master
jobs:
cd:
uses: https://gitea.jsc.idv.tw/workflows/cd/action.yaml
with:
CALCULATE_VERSION: ${{ vars.ACTION_CALCULATE_VERSION }}
RELEASE_VERSION: ${{ vars.ACTION_RELEASE_VERSION }}
CLEANUP_RELEASE_VERSION: ${{ vars.ACTION_CLEANUP_RELEASE_VERSION }}
secrets:
GITEA_TOKEN: ${{ secrets.RUNNER_TOKEN }}