Skip to content

Commit

Permalink
testing with env vairables in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joywin2003 committed Sep 12, 2024
1 parent f931a55 commit 5ac4ee7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:

- name: Build project
run: npm run build
env:
GOOGLE_ID: ${{ secrets.GOOGLE_ID }}
GOOGLE_SECRET: ${{ secrets.GOOGLE_SECRET }}
NEXTAUTH_SECRET: ${{ secrets.NEXTAUTH_SECRET }}
NEXT_PUBLIC_SITE_URL: ${{ secrets.NEXT_PUBLIC_SITE_URL }}

# Optionally upload build artifacts if needed
- name: Upload build artifacts (optional)
Expand Down

0 comments on commit 5ac4ee7

Please sign in to comment.