Unverified Commit b354e3c9 authored by Lianmin Zheng's avatar Lianmin Zheng Committed by GitHub
Browse files

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

parent 65e6f48c
......@@ -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,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment