From 31290b500bb533dc884216f74590af63f6c338ab Mon Sep 17 00:00:00 2001 From: Rishabh Saxena Date: Mon, 12 Apr 2021 14:36:40 +0530 Subject: [PATCH] Add REACT_APP_GOOGLE_ANALYTICS_ID as build time env var (#3903) --- .github/workflows/client-test.yml | 1 + 1 file changed, 1 insertion(+) 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