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
428710c2
Unverified
Commit
428710c2
authored
Oct 25, 2025
by
Lianmin Zheng
Committed by
GitHub
Oct 25, 2025
Browse files
clean up github tokens (#12126)
Co-authored-by:
sglang-bot
<
sglangbot@gmail.com
>
parent
d9b31011
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
11 additions
and
13 deletions
+11
-13
.github/workflows/bot-bump-kernel-version.yml
.github/workflows/bot-bump-kernel-version.yml
+1
-1
.github/workflows/bot-bump-sglang-version.yml
.github/workflows/bot-bump-sglang-version.yml
+1
-1
.github/workflows/ci-monitor.yml
.github/workflows/ci-monitor.yml
+2
-3
.github/workflows/label-pr.yml
.github/workflows/label-pr.yml
+1
-1
.github/workflows/nightly-test.yml
.github/workflows/nightly-test.yml
+2
-2
.github/workflows/pr-test.yml
.github/workflows/pr-test.yml
+0
-1
.github/workflows/release-fake-tag.yml
.github/workflows/release-fake-tag.yml
+4
-4
No files found.
.github/workflows/bot-bump-kernel-version.yml
View file @
428710c2
...
@@ -45,6 +45,6 @@ jobs:
...
@@ -45,6 +45,6 @@ jobs:
-
name
:
Commit and create PR
-
name
:
Commit and create PR
env
:
env
:
GH_TOKEN
:
${{ secrets.GH_PAT_FOR_
TAGGING
}}
GH_TOKEN
:
${{ secrets.GH_PAT_FOR_
PULL_REQUEST
}}
run
:
|
run
:
|
bash scripts/release/commit_and_pr.sh "sgl-kernel" "${{ github.event.inputs.new_version }}" "$BRANCH_NAME"
bash scripts/release/commit_and_pr.sh "sgl-kernel" "${{ github.event.inputs.new_version }}" "$BRANCH_NAME"
.github/workflows/bot-bump-sglang-version.yml
View file @
428710c2
...
@@ -45,6 +45,6 @@ jobs:
...
@@ -45,6 +45,6 @@ jobs:
-
name
:
Commit and create PR
-
name
:
Commit and create PR
env
:
env
:
GH_TOKEN
:
${{ secrets.GH_PAT_FOR_
TAGGING
}}
GH_TOKEN
:
${{ secrets.GH_PAT_FOR_
PULL_REQUEST
}}
run
:
|
run
:
|
bash scripts/release/commit_and_pr.sh "SGLang" "${{ github.event.inputs.new_version }}" "$BRANCH_NAME"
bash scripts/release/commit_and_pr.sh "SGLang" "${{ github.event.inputs.new_version }}" "$BRANCH_NAME"
.github/workflows/ci-monitor.yml
View file @
428710c2
...
@@ -3,7 +3,6 @@ name: CI Monitor
...
@@ -3,7 +3,6 @@ name: CI Monitor
on
:
on
:
schedule
:
schedule
:
-
cron
:
'
0
*/12
*
*
*'
# Every 12 hours for main analysis
-
cron
:
'
0
*/12
*
*
*'
# Every 12 hours for main analysis
-
cron
:
'
0
6
*
*
*'
# Daily at 6:00 AM UTC for balance analysis
workflow_dispatch
:
workflow_dispatch
:
inputs
:
inputs
:
limit
:
limit
:
...
@@ -40,7 +39,7 @@ jobs:
...
@@ -40,7 +39,7 @@ jobs:
-
name
:
Run CI Analysis
-
name
:
Run CI Analysis
env
:
env
:
GITHUB_TOKEN
:
${{ secrets.GH_PAT_FOR_NIGHTLY_CI }}
GITHUB_TOKEN
:
${{ secrets.GH_PAT_FOR_NIGHTLY_CI
_DATA
}}
PYTHONUNBUFFERED
:
1
PYTHONUNBUFFERED
:
1
PYTHONIOENCODING
:
utf-8
PYTHONIOENCODING
:
utf-8
run
:
|
run
:
|
...
@@ -49,7 +48,7 @@ jobs:
...
@@ -49,7 +48,7 @@ jobs:
-
name
:
Run Performance Analysis
-
name
:
Run Performance Analysis
env
:
env
:
GITHUB_TOKEN
:
${{ secrets.GH_PAT_FOR_NIGHTLY_CI }}
GITHUB_TOKEN
:
${{ secrets.GH_PAT_FOR_NIGHTLY_CI
_DATA
}}
PYTHONUNBUFFERED
:
1
PYTHONUNBUFFERED
:
1
PYTHONIOENCODING
:
utf-8
PYTHONIOENCODING
:
utf-8
run
:
|
run
:
|
...
...
.github/workflows/label-pr.yml
View file @
428710c2
...
@@ -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
:
github-token
:
${{ secrets.GH_PAT_FOR_
TAGGING
}}
github-token
:
${{ secrets.GH_PAT_FOR_
PULL_REQUEST
}}
script
:
|
script
:
|
github.rest.issues.addLabels({
github.rest.issues.addLabels({
owner: context.repo.owner,
owner: context.repo.owner,
...
...
.github/workflows/nightly-test.yml
View file @
428710c2
...
@@ -54,7 +54,7 @@ jobs:
...
@@ -54,7 +54,7 @@ jobs:
-
name
:
Publish traces to storage repo
-
name
:
Publish traces to storage repo
env
:
env
:
GITHUB_TOKEN
:
${{ secrets.GH_PAT_FOR_NIGHTLY_CI }}
GITHUB_TOKEN
:
${{ secrets.GH_PAT_FOR_NIGHTLY_CI
_DATA
}}
GITHUB_RUN_ID
:
${{ github.run_id }}
GITHUB_RUN_ID
:
${{ github.run_id }}
GITHUB_RUN_NUMBER
:
${{ github.run_number }}
GITHUB_RUN_NUMBER
:
${{ github.run_number }}
run
:
|
run
:
|
...
@@ -99,7 +99,7 @@ jobs:
...
@@ -99,7 +99,7 @@ jobs:
-
name
:
Publish traces to storage repo
-
name
:
Publish traces to storage repo
env
:
env
:
GITHUB_TOKEN
:
${{ secrets.GH_PAT_FOR_NIGHTLY_CI }}
GITHUB_TOKEN
:
${{ secrets.GH_PAT_FOR_NIGHTLY_CI
_DATA
}}
GITHUB_RUN_ID
:
${{ github.run_id }}
GITHUB_RUN_ID
:
${{ github.run_id }}
GITHUB_RUN_NUMBER
:
${{ github.run_number }}
GITHUB_RUN_NUMBER
:
${{ github.run_number }}
run
:
|
run
:
|
...
...
.github/workflows/pr-test.yml
View file @
428710c2
...
@@ -159,7 +159,6 @@ jobs:
...
@@ -159,7 +159,6 @@ jobs:
if
:
needs.check-changes.outputs.sgl_kernel == 'true'
if
:
needs.check-changes.outputs.sgl_kernel == 'true'
runs-on
:
1-gpu-runner
runs-on
:
1-gpu-runner
env
:
env
:
HF_TOKEN
:
${{ secrets.HF_TOKEN }}
CI
:
true
CI
:
true
steps
:
steps
:
-
uses
:
actions/checkout@v4
-
uses
:
actions/checkout@v4
...
...
.github/workflows/release-fake-tag.yml
View file @
428710c2
...
@@ -18,6 +18,8 @@ jobs:
...
@@ -18,6 +18,8 @@ jobs:
steps
:
steps
:
-
name
:
Checkout repository
-
name
:
Checkout repository
uses
:
actions/checkout@v4
uses
:
actions/checkout@v4
with
:
token
:
${{ secrets.GITHUB_TOKEN }}
-
name
:
Get version
-
name
:
Get version
id
:
get_version
id
:
get_version
...
@@ -26,10 +28,8 @@ jobs:
...
@@ -26,10 +28,8 @@ jobs:
echo "TAG=v$version" >> $GITHUB_OUTPUT
echo "TAG=v$version" >> $GITHUB_OUTPUT
-
name
:
Create and push fake tag
-
name
:
Create and push fake tag
env
:
GITHUB_TOKEN
:
${{ secrets.REPO_TOKEN }}
run
:
|
run
:
|
git config user.name
zhyncs
git config user.name
"sglang-bot"
git config user.email
me@zhyncs
.com
git config user.email
"sglang-bot@users.noreply.github
.com
"
git checkout -b ${{ steps.get_version.outputs.TAG }}
git checkout -b ${{ steps.get_version.outputs.TAG }}
git push --set-upstream origin ${{ steps.get_version.outputs.TAG }}
git push --set-upstream origin ${{ steps.get_version.outputs.TAG }}
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