diff --git a/.github/workflows/client-test.yml b/.github/workflows/client-test.yml index df74b5233d..e55457c5d2 100644 --- a/.github/workflows/client-test.yml +++ b/.github/workflows/client-test.yml @@ -115,6 +115,7 @@ jobs: SENTRY_AUTH_TOKEN=${{ secrets.SENTRY_AUTH_TOKEN }} \ REACT_APP_VERSION_ID=${{ steps.vars.outputs.version }} \ REACT_APP_VERSION_RELEASE_DATE=$(date -u '+%Y-%m-%dT%H:%M:%SZ') \ + REACT_APP_GOOGLE_ANALYTICS_ID=${{ secrets.GOOGLE_TAG_MANAGER_ID }} \ yarn build # Upload the build artifact so that it can be used by the test & deploy job in the workflow