Skip to content

Commit

Permalink
update nextjs action with env
Browse files Browse the repository at this point in the history
  • Loading branch information
junjiepro committed Aug 14, 2024
1 parent a9c5ec9 commit e1cd378
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
# Build job
build:
runs-on: ubuntu-latest
env:
NEXT_PUBLIC_SUPABASE_URL: ${{ vars.NEXT_PUBLIC_SUPABASE_URL }}
NEXT_PUBLIC_SUPABASE_ANON_KEY: ${{ secrets.NEXT_PUBLIC_SUPABASE_ANON_KEY }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit e1cd378

Please sign in to comment.