ci: fix labeler workflow token

This commit is contained in:
Joel Klabo 2026-01-25 21:39:16 -08:00
parent a131811925
commit 1dd211b11a

View File

@ -12,12 +12,7 @@ jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/create-github-app-token@v1
id: app-token
with:
app-id: "2729701"
private-key: ${{ secrets.GH_APP_PRIVATE_KEY }}
- uses: actions/labeler@v5
with:
configuration-path: .github/labeler.yml
repo-token: ${{ steps.app-token.outputs.token }}
repo-token: ${{ secrets.GITHUB_TOKEN }}