ci(labeler): add back GitHub token for type-scope

It is required by `gh pr edit`.
This commit is contained in:
zeertzjq 2023-04-17 19:11:29 +08:00 committed by GitHub
parent 75d9c413d4
commit b98d195c55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,7 @@ jobs:
contents: write
pull-requests: write
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}
PR_NUMBER: ${{ github.event.pull_request.number }}
PR_TITLE: ${{ github.event.pull_request.title }}