15 lines
391 B
YAML
15 lines
391 B
YAML
name: CD
|
|
on:
|
|
push:
|
|
branches:
|
|
- master
|
|
jobs:
|
|
cd:
|
|
uses: https://gitea.jsc.idv.tw/workflows/cd/action.yaml@master
|
|
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 }}
|