We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3b0955 commit a5315c4Copy full SHA for a5315c4
.github/workflows/deploy.yml
@@ -20,7 +20,11 @@ jobs:
20
21
- name: Install package dependencies
22
run: npm install
23
-
+ env:
24
+ REACT_APP_API1_URL: ${{ secrets.REACT_APP_API1_URL }}
25
+ REACT_APP_API2_URL: ${{ secrets.REACT_APP_API2_URL }}
26
+ REACT_APP_API3_URL: ${{ secrets.REACT_APP_API3_URL }}
27
+ REACT_APP_API4_URL: ${{ secrets.REACT_APP_API4_URL }}
28
- name: Build React app
29
env:
30
CI: false # Disable treating warnings as errors
0 commit comments