Skip to content

Commit 42932f8

Browse files
committed
fix: deployment
1 parent faf7612 commit 42932f8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/nextjs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ jobs:
7474
key: ${{ runner.os }}-nextjs-${{ hashFiles('**/pnpm-lock.yaml', '**/yarn.lock', '**/package-lock.json') }}-${{ hashFiles('**.[jt]s', '**.[jt]sx') }}
7575
restore-keys: |
7676
${{ runner.os }}-nextjs-${{ hashFiles('**/pnpm-lock.yaml', '**/yarn.lock', '**/package-lock.json') }}-
77+
78+
- name: Set API_KEY from Secrets
79+
run: echo "API_KEY=${{ secrets.API_KEY }}" >> $GITHUB_ENV
7780

7881
- name: Install dependencies
7982
run: pnpm install

0 commit comments

Comments
 (0)