Skip to content

Commit 24b8edc

Browse files
committed
Add env variables to Action config
1 parent a9a71d4 commit 24b8edc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/preview.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Vercel Preview Deployment
33
env:
44
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
55
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
6+
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
67

78
on:
89
push:

.github/workflows/production.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Vercel Production Deployment
33
env:
44
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
55
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
6+
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
67

78
on:
89
push:

0 commit comments

Comments
 (0)