We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9a71d4 commit 24b8edcCopy full SHA for 24b8edc
.github/workflows/preview.yaml
@@ -3,6 +3,7 @@ name: Vercel Preview Deployment
3
env:
4
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
5
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
6
+ OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
7
8
on:
9
push:
.github/workflows/production.yaml
@@ -3,6 +3,7 @@ name: Vercel Production Deployment
0 commit comments