workflow: use pat token to allow for workflow chaining
This commit is contained in:
parent
faad8ea374
commit
b6c10e7325
1 changed files with 1 additions and 1 deletions
2
.github/workflows/autoupdate.yml
vendored
2
.github/workflows/autoupdate.yml
vendored
|
|
@ -44,5 +44,5 @@ jobs:
|
||||||
if: steps.check.outputs.skip == 0
|
if: steps.check.outputs.skip == 0
|
||||||
uses: ad-m/github-push-action@master
|
uses: ad-m/github-push-action@master
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.PAT_TOKEN }}
|
||||||
branch: ${{ steps.check.outputs.branch_name }}
|
branch: ${{ steps.check.outputs.branch_name }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue