mirror of
https://github.com/Unleash/unleash.git
synced 2025-05-17 01:17:29 +02:00
Update continuous-publish-new-version.yaml
This commit is contained in:
parent
b310d98da3
commit
1da47eb3a4
@ -26,8 +26,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
# using GITHUB_TOKEN prevents the commits from this action to trigger recursively
|
token: ${{ secrets.GH_PUSH_TOKEN }}
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
- name: setup git config
|
- name: setup git config
|
||||||
# GitHub bot will be the author of the auto commits
|
# GitHub bot will be the author of the auto commits
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user