Skip to content

Commit 0565bb6

Browse files
committed
Update GitHub Actions to use AUTO_MERGE_PAT for token authentication
1 parent f9e519c commit 0565bb6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lintsql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ jobs:
6666
run: gh pr merge --admin --squash "$PR_URL"
6767
env:
6868
PR_URL: ${{github.event.pull_request.html_url}}
69-
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
69+
GH_TOKEN: ${{secrets.AUTO_MERGE_PAT}}

.github/workflows/test_website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,4 @@ jobs:
9898
run: gh pr merge --squash --auto "$PR_URL"
9999
env:
100100
PR_URL: ${{github.event.pull_request.html_url}}
101-
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
101+
GITHUB_TOKEN: ${{ secrets.AUTO_MERGE_PAT }}

0 commit comments

Comments
 (0)