We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38e2120 commit 69e5921Copy full SHA for 69e5921
1 file changed
.github/workflows/nextjs.yml
@@ -73,6 +73,8 @@ jobs:
73
${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json', '**/yarn.lock') }}-
74
- name: Install dependencies
75
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
76
+ - name: Set Environment Variables
77
+ run: echo "GEMINI_API_KEY=${{ secrets.GEMINI_API_KEY }}" >> $GITHUB_ENV
78
- name: Build with Next.js
79
run: ${{ steps.detect-package-manager.outputs.runner }} next build
80
- name: Upload artifact
0 commit comments