Skip to content

Commit

Permalink
add env vars to action
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanBonsignori committed Mar 11, 2024
1 parent f2c0b76 commit 920236c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
REACT_APP_FIREBASE_MESSAGING_SENDER_ID: ${{ secrets.REACT_APP_FIREBASE_MESSAGING_SENDER_ID }}
REACT_APP_FIREBASE_APP_ID: ${{ secrets.REACT_APP_FIREBASE_APP_ID }}
REACT_APP_FIREBASE_MEASUREMENT_ID: ${{ secrets.REACT_APP_FIREBASE_MEASUREMENT_ID }}
REACT_APP_FIREBASE_FUNCTIONS_ROUTE_PROD: ${{ secrets.REACT_APP_FIREBASE_FUNCTIONS_ROUTE_PROD }}
REACT_APP_PROD_ORIGIN: ${{ secrets.REACT_APP_PROD_ORIGIN }}
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
Expand Down

0 comments on commit 920236c

Please sign in to comment.