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