We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0d01c8 commit d42397eCopy full SHA for d42397e
.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