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.
1 parent 83b2dce commit 077eda7Copy full SHA for 077eda7
.github/workflows/deploy-screener-frontend.yml
@@ -4,8 +4,6 @@ on:
4
push:
5
branches:
6
- main
7
- paths:
8
- - 'screener-frontend/**'
9
10
env:
11
PROJECT_ID: 'benefit-decision-toolkit-play'
@@ -58,6 +56,8 @@ jobs:
58
56
- name: Build application
59
57
working-directory: screener-frontend
60
run: npm run build
+ env:
+ VITE_API_URL: ${{ secrets.VITE_SCREENER_API_URL}}
61
62
- name: Install Firebase CLI
63
run: npm install -g firebase-tools
0 commit comments