Skip to content

Commit

Permalink
Add HF_API_TOKEN env var in tests.yml (#7490)
Browse files Browse the repository at this point in the history
  • Loading branch information
silvanocerza authored Apr 5, 2024
1 parent 5592622 commit 65705a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ env:
AZURE_OPENAI_API_KEY: ${{ secrets.AZURE_OPENAI_API_KEY }}
AZURE_OPENAI_ENDPOINT: ${{ secrets.AZURE_OPENAI_ENDPOINT }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HF_API_TOKEN: ${{ secrets.HUGGINGFACE_API_KEY }}
PYTHON_VERSION: "3.8"
HATCH_VERSION: "1.9.3"

Expand Down

0 comments on commit 65705a8

Please sign in to comment.