Trigger builds from PAT submodule bumps and allow manual dispatch.
This commit is contained in:
@@ -7,6 +7,7 @@ on:
|
|||||||
- dev
|
- dev
|
||||||
tags:
|
tags:
|
||||||
- 'v*'
|
- 'v*'
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
increment-version:
|
increment-version:
|
||||||
|
|||||||
@@ -21,7 +21,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
submodules: false
|
submodules: false
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
# PAT so the submodule bump push can trigger build.yml
|
||||||
|
# (GITHUB_TOKEN pushes do not start new workflows).
|
||||||
|
token: ${{ secrets.ACTIONS_TOKEN }}
|
||||||
ref: master
|
ref: master
|
||||||
|
|
||||||
- name: Update cinny submodule
|
- name: Update cinny submodule
|
||||||
|
|||||||
Reference in New Issue
Block a user