From b7f1129f92386e2ae7ed088d5dfa7a0e51dec98e Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Thu, 12 Sep 2024 11:55:42 +0200 Subject: [PATCH] Add the secrets. --- .github/workflows/nix_tests.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/nix_tests.yaml b/.github/workflows/nix_tests.yaml index 1804b7da..52b50741 100644 --- a/.github/workflows/nix_tests.yaml +++ b/.github/workflows/nix_tests.yaml @@ -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 }}