Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
b354e3c9
Unverified
Commit
b354e3c9
authored
Sep 14, 2025
by
Lianmin Zheng
Committed by
GitHub
Sep 14, 2025
Browse files
[CI] Fix token key in label-pr.yml workflow (#10452)
parent
65e6f48c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.github/workflows/label-pr.yml
.github/workflows/label-pr.yml
+1
-1
No files found.
.github/workflows/label-pr.yml
View file @
b354e3c9
...
...
@@ -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,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment