diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 312c0861..95c448e9 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -212,8 +212,8 @@ jobs: make install-integration-tests - name: Run tests run: | -# export DOCKER_IMAGE=registry.internal.huggingface.tech/api-inference/community/text-generation-inference:sha-${{ env.GITHUB_SHA_SHORT }} export DOCKER_IMAGE=registry.internal.huggingface.tech/api-inference/community/text-generation-inference:sha-65391ba +# export DOCKER_IMAGE=registry.internal.huggingface.tech/api-inference/community/text-generation-inference:sha-${{ env.GITHUB_SHA_SHORT }} export HUGGING_FACE_HUB_TOKEN={{ secrets.HUGGING_FACE_HUB_TOKEN }} make integration-tests