Skip to content

Commit a4f44fb

Browse files
committed
Try adding issues write
1 parent e7cb1d9 commit a4f44fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pr-labeler.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
labeler:
1111
permissions:
1212
contents: read
13+
issues: write
1314
pull-requests: write
1415
runs-on: ubuntu-latest
1516
steps:
@@ -39,5 +40,5 @@ jobs:
3940

4041
- uses: actions/labeler@v6
4142
with:
42-
repo-token: ${{ secrets.PAT }}
43+
repo-token: ${{ secrets.GITHUB_TOKEN }}
4344
sync-labels: true

0 commit comments

Comments
 (0)