We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f248ad commit 390415bCopy full SHA for 390415b
.github/workflows/container-deploy.yml
@@ -147,6 +147,7 @@ jobs:
147
echo "GOOGLE_CLOUD_VISION_API_KEY=${{ secrets.GOOGLE_CLOUD_VISION_API_KEY }}" >> .env
148
echo "GOOGLE_GENAI_USE_VERTEXAI=true" >> .env
149
echo "GOOGLE_CLOUD_LOCATION=europe-west9" >> .env
150
+ echo "GOOGLE_CREDENTIALS=${{ secrets.GOOGLE_CREDENTIALS }}" >> .env
151
echo "TRITON_URI=${{ env.TRITON_URI }}" >> .env
152
echo "ENABLE_ML_PREDICTIONS=True" >> .env
153
# echo "ENABLE_IMPORT_OFF_DB_TASK=True" >> .env # disabled because we have the REDIS live updates
0 commit comments