Skip to content

Commit 0c269eb

Browse files
author
Mark Saroufim
committed
Pass HF_TOKEN to model workflow for gated model access
1 parent ff6fe7a commit 0c269eb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/nvidia_model_workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
env:
2121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2222
GITHUB_REPOSITORY: ${{ github.repository }}
23+
HF_TOKEN: ${{ secrets.HF_TOKEN }}
2324
steps:
2425
- uses: actions/checkout@v3
2526

0 commit comments

Comments
 (0)