Merge pull request #8653 from AlexisGoodfellow/ug

Include vars and secrets for user guiding in CI build
This commit is contained in:
Alexis Goodfellow 2024-08-28 08:21:07 -04:00 committed by GitHub
commit ffb9985801
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -68,6 +68,8 @@ jobs:
PROJECT_HOST: ${{ secrets.PROJECT_HOST }}
STATIC_HOST: ${{ secrets.STATIC_HOST }}
SCRATCH_ENV: ${{ vars.SCRATCH_ENV }}
SORTING_HAT_HOST: ${{ vars.SORTING_HAT_HOST }}
USER_GUIDING_ID: ${{ secrets.USER_GUIDING_ID }}
# used by src/template-config.js
GTM_ID: ${{ secrets.GTM_ID }}