Skip to content

Commit e7cb1d9

Browse files
committed
Try PAT instead of GITHUB_TOKEN
1 parent ce55b36 commit e7cb1d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ jobs:
3939

4040
- uses: actions/labeler@v6
4141
with:
42-
repo-token: ${{ secrets.GITHUB_TOKEN }}
42+
repo-token: ${{ secrets.PAT }}
4343
sync-labels: true

0 commit comments

Comments
 (0)