1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-23 00:22:19 +01:00

Update continuous-publish-new-version.yaml

This commit is contained in:
Mateusz Kwasniewski 2023-02-08 15:40:43 +01:00 committed by GitHub
parent b310d98da3
commit 1da47eb3a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,8 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
# using GITHUB_TOKEN prevents the commits from this action to trigger recursively
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GH_PUSH_TOKEN }}
- name: setup git config
# GitHub bot will be the author of the auto commits
run: |