Skip to content

Commit

Permalink
fix: add openai env key
Browse files Browse the repository at this point in the history
  • Loading branch information
yutakobayashidev committed Sep 28, 2023
1 parent 490aee3 commit 44afc92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nextjs_bundle_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
- name: Build next.js app
# change this if your site requires a custom build command
run: bun run build
env:
OPENAI_API_KEY: ${{secrets.OPENAI_API_KEY}}

# Here's the first place where next-bundle-analysis' own script is used
# This step pulls the raw bundle stats for the current bundle
Expand Down

1 comment on commit 44afc92

@vercel
Copy link

@vercel vercel bot commented on 44afc92 Sep 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.