Skip to content

Commit 26be7a9

Browse files
Add HF_TOKEN secret to example_tests workflow (#392)
Signed-off-by: Keval Morabia <[email protected]>
1 parent a955552 commit 26be7a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/example_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
image: nvcr.io/nvidia/tensorrt-llm/release:1.1.0rc2.post2
7070
env:
7171
PIP_CONSTRAINT: "" # Disable pip constraint for upgrading packages
72+
HF_TOKEN: ${{ secrets.HF_TOKEN }}
7273
steps: &example_steps
7374
- uses: actions/checkout@v4
7475
- uses: nv-gha-runners/setup-proxy-cache@main

0 commit comments

Comments
 (0)