diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index c78a91e..0c345db 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -29,6 +29,8 @@ jobs: - name: Run pytest - env: - hf_token: ${{ secrets.HF_TOKEN }} - run: pytest \ No newline at end of file + + run: | + echo "${{ secrets.HF_TOKEN }}" >> scraibe/.pyannotetoken + pytest + \ No newline at end of file