Skip to content

Commit cfcba5c

Browse files
committed
Include REACT_APP_STAC_BROWSER env variable
1 parent 22d8528 commit cfcba5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-gh.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
env:
99
PUBLIC_URL: ${{ vars.PUBLIC_URL }}
1010
REACT_APP_STAC_API: ${{ vars.REACT_APP_STAC_API }}
11+
REACT_APP_STAC_BROWSER: ${{ vars.REACT_APP_STAC_BROWSER }}
1112

1213
concurrency:
1314
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)