clean up github tokens (#12126)

Co-authored-by: sglang-bot <sglangbot@gmail.com>
This commit is contained in:
Lianmin Zheng
2025-10-25 12:23:54 -07:00
committed by GitHub
co-authored by sglang-bot
parent d9b31011aa
commit 428710c2ec
7 changed files with 11 additions and 13 deletions
@@ -45,6 +45,6 @@ jobs:
- name: Commit and create PR
env:
GH_TOKEN: ${{ secrets.GH_PAT_FOR_TAGGING }}
GH_TOKEN: ${{ secrets.GH_PAT_FOR_PULL_REQUEST }}
run: |
bash scripts/release/commit_and_pr.sh "sgl-kernel" "${{ github.event.inputs.new_version }}" "$BRANCH_NAME"