Skip to content

Commit

Permalink
Add HF_API_TOKEN env var in tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
silvanocerza committed Apr 5, 2024
1 parent 189dfaf commit 8dccf4a
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 8dccf4a

Please sign in to comment.