Rename secrets.WHL_TOKEN -> secrets.GH_PAT_FOR_WHL_RELEASE (#14421)

Co-authored-by: Lianmin Zheng <lianminzheng@gmail.com>
This commit is contained in:
sglang-bot
2025-12-04 18:24:54 -08:00
committed by GitHub
co-authored by Lianmin Zheng
parent 2ecee7571c
commit b5d3998508
7 changed files with 14 additions and 10 deletions
+2 -2
View File
@@ -88,14 +88,14 @@ jobs:
with:
tag_name: ${{ steps.set_tag_name.outputs.tag_name }}
repository: sgl-project/whl
token: ${{ secrets.WHL_TOKEN }}
token: ${{ secrets.GH_PAT_FOR_WHL_RELEASE }}
files: |
sgl-kernel/dist/*
- name: Clone wheel index
run: git clone https://oauth2:${WHL_TOKEN}@github.com/sgl-project/whl.git sgl-whl
env:
WHL_TOKEN: ${{ secrets.WHL_TOKEN }}
WHL_TOKEN: ${{ secrets.GH_PAT_FOR_WHL_RELEASE }}
- name: Update wheel index
run: python3 scripts/update_kernel_whl_index.py --cuda 129