Skip to content

Commit

Permalink
fix env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
nicola-iacovelli committed Sep 29, 2024
1 parent 2075e5b commit b01caec
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
- run: npm ci && npm run build
env:
CI: false
REACT_APP_API_KEY: ${{ secrets.FIREBASE_API_KEY }}
REACT_APP_APP_ID: ${{ secrets.FIREBASE_APP_ID }}
REACT_APP_MESSAGING_SENDER_ID: ${{ secrets.FIREBASE_MESSAGING_SENDER_ID }}
REACT_APP_MEASUREMENT_ID: ${{ secrets.FIREBASE_MEASUREMENT_ID }}
REACT_APP_VERSION: ${{ steps.short-sha.outputs.sha }}
VITE_APP_API_KEY: ${{ secrets.FIREBASE_API_KEY }}
VITE_APP_APP_ID: ${{ secrets.FIREBASE_APP_ID }}
VITE_APP_MESSAGING_SENDER_ID: ${{ secrets.FIREBASE_MESSAGING_SENDER_ID }}
VITE_APP_MEASUREMENT_ID: ${{ secrets.FIREBASE_MEASUREMENT_ID }}
VITE_APP_VERSION: ${{ steps.short-sha.outputs.sha }}
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: '${{ secrets.GITHUB_TOKEN }}'
Expand Down

0 comments on commit b01caec

Please sign in to comment.