github: Switch labeler to use GH_TOKEN

GITHUB_TOKEN is restricted to read-only by organization rules.
This commit is contained in:
Pekka Enberg
2025-01-31 08:42:24 +02:00
parent d25ccf0e06
commit de45ca82e4

View File

@@ -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'