Skip to content

Commit

Permalink
add PUBLIC_GAPI_OAUTH_CLIENT_ID
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Tilsch committed Jan 9, 2024
1 parent 02428f2 commit e3e4080
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
run: pnpm install --no-frozen-lockfile
- name: Build with Next.js
env:
NEXT_PUBLIC_GAPI_OAUTH_CLIENT_ID: ${{ secrets.NEXT_PUBLIC_GAPI_OAUTH_CLIENT_ID }}
NEXT_PUBLIC_BASE_PATH: /${{ github.event.repository.name }}
run: pnpm build
- name: Static HTML export with Next.js
Expand Down

0 comments on commit e3e4080

Please sign in to comment.