token in pyannote geschrieben

This commit is contained in:
Tryndaron
2024-03-28 11:49:12 +01:00
parent b8ef01fdf1
commit 2e9d5b584a
+5 -3
View File
@@ -29,6 +29,8 @@ jobs:
- name: Run pytest
env:
hf_token: ${{ secrets.HF_TOKEN }}
run: pytest
run: |
echo "${{ secrets.HF_TOKEN }}" >> scraibe/.pyannotetoken
pytest