File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ jobs:
141
141
run : |
142
142
export DOCKER_VOLUME=/mnt/cache
143
143
export DOCKER_IMAGE=registry.internal.huggingface.tech/api-inference/community/text-generation-inference:sha-${{ env.GITHUB_SHA_SHORT }}
144
- export HUGGING_FACE_HUB_TOKEN=${{ secrets.HUGGING_FACE_HUB_TOKEN }}
144
+ export HUGGING_FACE_HUB_TOKEN=${{ secrets.HF_TOKEN }}
145
145
pytest -s -vv integration-tests
146
146
- name : Tailscale Wait
147
147
if : ${{ failure() || runner.debug == '1' }}
Original file line number Diff line number Diff line change 72
72
- name : Run server tests
73
73
run : |
74
74
pip install pytest
75
- export HUGGING_FACE_HUB_TOKEN=${{ secrets.HUGGING_FACE_HUB_TOKEN }}
75
+ export HUGGING_FACE_HUB_TOKEN=${{ secrets.HF_TOKEN }}
76
76
pytest -s -vv server/tests
77
77
- name : Pre-commit checks
78
78
run : |
You can’t perform that action at this time.
0 commit comments