mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-12-19 03:52:42 -05:00
Merge pull request #8995 from scratchfoundation/fix/missing-env-variable
fix: added ROOT_URL to ci-cd
This commit is contained in:
commit
42c8322998
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci-cd.yml
vendored
1
.github/workflows/ci-cd.yml
vendored
|
@ -67,6 +67,7 @@ jobs:
|
|||
env:
|
||||
# webpack.config.js uses these with `DefinePlugin`
|
||||
API_HOST: ${{ secrets.API_HOST }}
|
||||
ROOT_URL: ${{ secrets.ROOT_URL }}
|
||||
RECAPTCHA_SITE_KEY: ${{ secrets.RECAPTCHA_SITE_KEY }}
|
||||
ASSET_HOST: ${{ secrets.ASSET_HOST }}
|
||||
BACKPACK_HOST: ${{ secrets.BACKPACK_HOST }}
|
||||
|
|
Loading…
Reference in a new issue