From 93d1f9decd826f059c6f42c5a054bdabd088b80e Mon Sep 17 00:00:00 2001 From: Xavier Metichecchia Date: Wed, 31 Jan 2024 10:53:20 -0500 Subject: [PATCH] Add step to develop workflow to write ga4 creds file --- .circleci/config.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index c97c3447..843c2dc3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -50,6 +50,11 @@ jobs: sudo curl -v -L -o cf8-cli-installer_8.7.4_x86-64.deb 'https://packages.cloudfoundry.org/stable?release=debian64&version=8.7.4' sudo dpkg -i cf8-cli-installer_8.7.4_x86-64.deb + - run: + name: Write Google GA4 Credentails file from value in CircleCI env var. + command: | + echo $GA4_CREDS > ./my-analytics-ga4-65057af58daa.json + - run: name: deploy command: |