Revert "ci: fix labeler workflow token"

This reverts commit 1dd211b11a.
This commit is contained in:
Joel Klabo 2026-01-25 22:13:14 -08:00
parent 1dd211b11a
commit 5e2257b741

View File

@ -12,7 +12,12 @@ 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: ${{ secrets.GITHUB_TOKEN }}
repo-token: ${{ steps.app-token.outputs.token }}