[CI] Fix token key in label-pr.yml workflow (#10452)

This commit is contained in:
Lianmin Zheng
2025-09-14 20:45:53 -07:00
committed by GitHub
parent 65e6f48ce4
commit b354e3c90d

View File

@@ -26,7 +26,7 @@ jobs:
if: steps.checkAccess.outputs.require-result == 'true'
uses: actions/github-script@v7
with:
token: ${{ secrets.GH_PAT_FOR_TAGGING }}
github-token: ${{ secrets.GH_PAT_FOR_TAGGING }}
script: |
github.rest.issues.addLabels({
owner: context.repo.owner,