[CI] fix hf_token (#180)

Fix the bug introduced by #173

Signed-off-by: MengqingCao <cmq0113@163.com>
This commit is contained in:
Mengqing Cao
2025-02-26 17:29:31 +08:00
committed by GitHub
parent 1c238b930d
commit 94483775e1

View File

@@ -120,6 +120,6 @@ jobs:
- name: Run vllm-project/vllm test
env:
HF_TOKEN: {{ secrets.HF_TOKEN }}
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: |
pytest -sv