Skip to content

Commit 0fee0d9

Browse files
authored
Merge pull request #217 from medyo/develop
feat: add Firebase API key to deployment workflows
2 parents 6435bbf + b6235b2 commit 0fee0d9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ env:
1010
VITE_AMPLITUDE_KEY: ${{ secrets.REACT_APP_AMPLITUDE_KEY }}
1111
VITE_AMPLITUDE_URL: ${{ secrets.REACT_APP_AMPLITUDE_URL }}
1212
VITE_API_URL: ${{ secrets.API_URL }}
13+
VITE_FIREBASE_API_KEY: ${{ secrets.FIREBASE_API_KEY }}
1314

1415
jobs:
1516
build_and_deploy:

.github/workflows/distribute.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ env:
2727
VITE_AMPLITUDE_KEY: ${{ secrets.REACT_APP_AMPLITUDE_KEY }}
2828
VITE_AMPLITUDE_URL: ${{ secrets.REACT_APP_AMPLITUDE_URL }}
2929
VITE_API_URL: ${{ secrets.API_URL }}
30+
VITE_FIREBASE_API_KEY: ${{ secrets.FIREBASE_API_KEY }}
3031

3132
jobs:
3233
tag_version:

0 commit comments

Comments
 (0)