We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a054fd0 + 572e14d commit fe74205Copy full SHA for fe74205
.github/workflows/deploy-gh-pages.yml
@@ -34,6 +34,7 @@ jobs:
34
run: npm ci && npm run build
35
env:
36
PUBLIC_URL: /recipe-ai
37
+ VITE_OPENAI_KEY: ${{ secrets.RECIPEAI_OPENAI_KEY }}
38
- name: Upload artifact
39
uses: actions/upload-pages-artifact@v1
40
with:
0 commit comments