Skip to content

Commit

Permalink
github: Switch labeler to use GH_TOKEN
Browse files Browse the repository at this point in the history
GITHUB_TOKEN is restricted to read-only by organization rules.
  • Loading branch information
penberg committed Jan 31, 2025
1 parent d25ccf0 commit de45ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
.github
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
repo-token: "${{ secrets.GH_TOKEN }}"
configuration-path: '.github/labeler.yml'

0 comments on commit de45ca8

Please sign in to comment.