From 81cec451cfa9c939aff49dcb31b1077c6ce1a2d2 Mon Sep 17 00:00:00 2001 From: Vignesh Hari Date: Tue, 22 Aug 2023 16:37:58 +0530 Subject: [PATCH] Add Write google creds to b64 helper --- write_google_creds.sh | 1 + 1 file changed, 1 insertion(+) create mode 100755 write_google_creds.sh diff --git a/write_google_creds.sh b/write_google_creds.sh new file mode 100755 index 00000000..661105d2 --- /dev/null +++ b/write_google_creds.sh @@ -0,0 +1 @@ +echo ${GOOGLE_APPLICATION_CREDENTIALS_B64} | base64 -d > gc_credential.json \ No newline at end of file