This commit is contained in:
@@ -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 }}
|
||||
Reference in New Issue
Block a user