[diffusion] CI: use dedicated HF token for accessing restricted models (#20620)

This commit is contained in:
Mick
2026-03-15 19:15:28 +08:00
committed by GitHub
parent 4f91b3069e
commit f07529b947
6 changed files with 15 additions and 0 deletions
@@ -422,6 +422,7 @@ jobs:
SGLANG_DIFFUSION_SLACK_TOKEN: ${{ secrets.SGLANG_DIFFUSION_SLACK_TOKEN }}
GITHUB_RUN_ID: ${{ github.run_id }}
GPU_CONFIG: "1-gpu-runner"
HF_TOKEN: ${{ secrets.SGLANG_DIFFUSION_CI_HF_TOKEN }}
timeout-minutes: 60
run: |
@@ -478,6 +479,7 @@ jobs:
SGLANG_DIFFUSION_SLACK_TOKEN: ${{ secrets.SGLANG_DIFFUSION_SLACK_TOKEN }}
GITHUB_RUN_ID: ${{ github.run_id }}
GPU_CONFIG: "2-gpu-runner"
HF_TOKEN: ${{ secrets.SGLANG_DIFFUSION_CI_HF_TOKEN }}
timeout-minutes: 60
run: |