Add the secrets.

This commit is contained in:
Nicolas Patry 2024-09-12 11:55:42 +02:00
parent 21832a1d4d
commit b7f1129f92
No known key found for this signature in database
GPG Key ID: 64AF4752B2967863

View File

@ -33,3 +33,5 @@ jobs:
run: nix build
- name: Run tests.
run: nix develop .#test --command python -m pytest server/tests/
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}