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 f9e519c commit 0565bb6Copy full SHA for 0565bb6
.github/workflows/lintsql.yml
@@ -66,4 +66,4 @@ jobs:
66
run: gh pr merge --admin --squash "$PR_URL"
67
env:
68
PR_URL: ${{github.event.pull_request.html_url}}
69
- GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
+ GH_TOKEN: ${{secrets.AUTO_MERGE_PAT}}
.github/workflows/test_website.yml
@@ -98,4 +98,4 @@ jobs:
98
run: gh pr merge --squash --auto "$PR_URL"
99
100
101
- GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
+ GITHUB_TOKEN: ${{ secrets.AUTO_MERGE_PAT }}
0 commit comments