Skip to content

Commit

Permalink
print env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
jyassien committed Nov 18, 2024
1 parent 63f40cd commit ab416e2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/firebase-hosting-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ jobs:
- name: Remove build folder
run: rm -rf build

- name: Debug environment variables
run: |
echo "FIREBASE_API_KEY: $REACT_APP_FIREBASE_API_KEY"
echo "FIREBASE_PROJECT_ID: $REACT_APP_FIREBASE_PROJECT_ID"
env:
REACT_APP_FIREBASE_API_KEY: ${{ vars.REACT_APP_FIREBASE_API_KEY }}
REACT_APP_FIREBASE_PROJECT_ID: ${{ vars.REACT_APP_FIREBASE_PROJECT_ID }}

- name: Install dependencies
env:
REACT_APP_FIREBASE_API_KEY: ${{ vars.REACT_APP_FIREBASE_API_KEY }}
Expand Down

0 comments on commit ab416e2

Please sign in to comment.