We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ebfc09 commit 49c2d73Copy full SHA for 49c2d73
.github/workflows/update.yml
@@ -33,12 +33,12 @@ jobs:
33
- name: Push changes
34
uses: ad-m/github-push-action@master
35
with:
36
- github_token: ${{ secrets.PAT_TOKEN }}
+ github_token: ${{ secrets.GITHUB_TOKEN }}
37
branch: ${{ github.head_ref }}
38
39
- name: Enable auto-merge
40
if: success()
41
run: gh pr merge --auto --merge "$PR_URL"
42
env:
43
PR_URL: ${{github.event.pull_request.html_url}}
44
- GITHUB_TOKEN: ${{secrets.PAT_TOKEN}}
+ GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments