We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9d9e88f + a8b1b10 commit 87266edCopy full SHA for 87266ed
.circleci/config.yml
@@ -123,6 +123,11 @@ jobs:
123
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'
124
sudo dpkg -i cf8-cli-installer_8.7.4_x86-64.deb
125
126
+ - run:
127
+ name: Write Google GA4 Credentails file from value in CircleCI env var.
128
+ command: |
129
+ echo $GA4_CREDS > ./my-analytics-ga4-65057af58daa.json
130
+
131
- run:
132
name: deploy
133
command: |
0 commit comments