Skip to content

Commit 456d7ec

Browse files
committed
PAT token for local testing
Signed-off-by: exploreriii <[email protected]>
1 parent e8764dd commit 456d7ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bot-verified-commits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- name: Check for unverified commits
2020
env:
21-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
21+
GH_TOKEN: ${{ secrets.PAT_TOKEN }}
2222
run: |
2323
PR_NUMBER=${{ github.event.pull_request.number }}
2424
REPO="${{ github.repository }}"

0 commit comments

Comments
 (0)