Skip to content

Commit f6cd202

Browse files
committed
chore: add env vars
1 parent f975100 commit f6cd202

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/generate-podcast.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
pnpm-install-cache-key: pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
2525

2626
- run: pnpm start
27+
env:
28+
OPEN_API_KEY: ${{ secrets.OPENAI_API_KEY }}
29+
2730

2831
- uses: actions/upload-artifact@v4
2932
with:

0 commit comments

Comments
 (0)