Skip to content

Commit

Permalink
Added HF token to CI (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
msaroufim committed Apr 24, 2024
1 parent 88e280e commit 92e7f12
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/regression_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ concurrency:
group: regression_test-${{ github.workflow }}-${{ github.ref == 'refs/heads/main' && github.run_number || github.ref }}
cancel-in-progress: true

env:
HUGGING_FACE_HUB_TOKEN: ${{ secrets.HUGGING_FACE_HUB_TOKEN }}

jobs:
test:
strategy:
Expand Down

0 comments on commit 92e7f12

Please sign in to comment.