Skip to content

Commit

Permalink
Update write_google_creds.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bodhish committed Aug 22, 2023
1 parent 81cec45 commit 2b8ed4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion write_google_creds.sh
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
echo ${GOOGLE_APPLICATION_CREDENTIALS_B64} | base64 -d > gc_credential.json
#!/bin/bash
echo ${GOOGLE_APPLICATION_CREDENTIALS_B64} | base64 -d > gc_credential.json

0 comments on commit 2b8ed4e

Please sign in to comment.