Trying to trigger a new build with commit
This commit is contained in:
parent
ec70398266
commit
f88253b60c
3
.github/workflows/cs-update-push.yml
vendored
3
.github/workflows/cs-update-push.yml
vendored
@ -42,7 +42,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Increment package version and push
|
- name: Increment package version and push
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ github.token }}
|
GITHUB_TOKEN: ${{ secrets.PAT }} #THis is because we want to trigger a new build
|
||||||
|
# GITHUB_TOKEN: ${{ github.token }}
|
||||||
run: |
|
run: |
|
||||||
git config --global user.name 'bot-build'
|
git config --global user.name 'bot-build'
|
||||||
git config --global user.email 'techbots+build@gmetri.com'
|
git config --global user.email 'techbots+build@gmetri.com'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user