We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6435bbf + b6235b2 commit 0fee0d9Copy full SHA for 0fee0d9
.github/workflows/deploy.yml
@@ -10,6 +10,7 @@ env:
10
VITE_AMPLITUDE_KEY: ${{ secrets.REACT_APP_AMPLITUDE_KEY }}
11
VITE_AMPLITUDE_URL: ${{ secrets.REACT_APP_AMPLITUDE_URL }}
12
VITE_API_URL: ${{ secrets.API_URL }}
13
+ VITE_FIREBASE_API_KEY: ${{ secrets.FIREBASE_API_KEY }}
14
15
jobs:
16
build_and_deploy:
.github/workflows/distribute.yml
@@ -27,6 +27,7 @@ env:
27
28
29
30
31
32
33
tag_version:
0 commit comments