From b8277a398485fffa6e328666be0df89b55d64e62 Mon Sep 17 00:00:00 2001 From: Alexis Goodfellow Date: Tue, 27 Aug 2024 12:59:38 -0400 Subject: [PATCH] Include vars and secrets for user guiding in CI build --- .github/workflows/ci-cd.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 0e112f235..ddde4bd18 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -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 }}