From 3862661cd49b5a486307f219f222a1d69c565242 Mon Sep 17 00:00:00 2001 From: Lianmin Zheng Date: Sat, 25 Oct 2025 12:38:26 -0700 Subject: [PATCH] Fix token for CI monitor (#12127) Co-authored-by: sglang-bot --- .github/workflows/ci-monitor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-monitor.yml b/.github/workflows/ci-monitor.yml index a917082c9..fa161017e 100644 --- a/.github/workflows/ci-monitor.yml +++ b/.github/workflows/ci-monitor.yml @@ -83,7 +83,7 @@ jobs: - name: Run Test Balance Analysis env: - GITHUB_TOKEN: ${{ secrets.GH_PAT_FOR_NIGHTLY_CI }} + GITHUB_TOKEN: ${{ secrets.GH_PAT_FOR_NIGHTLY_CI_DATA }} PYTHONUNBUFFERED: 1 PYTHONIOENCODING: utf-8 run: |