Skip to content

Commit

Permalink
Add missing environmental variable to CD-prod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Aokijiop committed Sep 2, 2024
1 parent 4b78b07 commit a80192c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CD-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ env:
VITE_FIREBASE_STORAGEBUCKET: ${{ secrets.VITE_FIREBASE_STORAGEBUCKET }}
VITE_FIREBASE_MESSAGINGSENDERID: ${{ secrets.VITE_FIREBASE_MESSAGINGSENDERID }}
VITE_FIREBASE_APPID: ${{ secrets.VITE_FIREBASE_APPID }}
VITE_EMAIL_USERNAME: ${{ secrets.VITE_EMAIL_USERNAME }}
VITE_BACKEND_HOST: ${{ secrets.PROD_VITE_BACKEND_HOST }}
# …and any additional environment variables

Expand Down

0 comments on commit a80192c

Please sign in to comment.