Skip to content

Commit 59efa77

Browse files
chore(ci): fix GitHub Actions token permissions for labeler workflow
1 parent 0808582 commit 59efa77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs:
1919
steps:
2020
- uses: actions/labeler@v5
2121
with:
22-
repo-token: "${{ secrets.GITHUB_TOKEN }}"
22+
repo-token: "${{ secrets.PAT }}"
2323
sync-labels: true

0 commit comments

Comments
 (0)