Skip to content

Commit

Permalink
add env (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysmdnz authored Dec 24, 2024
1 parent c340668 commit 1d7ca14
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
jobs:
build_and_deploy:
runs-on: ubuntu-latest
environment:
name: production
url: https://pingall.web.app
env:
NEXT_PUBLIC_FIREBASE_API_KEY: ${{ secrets.NEXT_PUBLIC_FIREBASE_API_KEY }}
NEXT_PUBLIC_FIREBASE_APP_ID: ${{ secrets.NEXT_PUBLIC_FIREBASE_APP_ID }}
Expand Down

0 comments on commit 1d7ca14

Please sign in to comment.