Skip to content

Commit a355344

Browse files
authored
Update deploy-bdjuno-mainnet.yml
1 parent 3419153 commit a355344

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy-bdjuno-mainnet.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,7 @@ jobs:
166166
- name: Prepare container access
167167
run: |
168168
sudo mkdir -p /opt/secrets
169-
sudo echo "${{ secrets.CLOUDSQL_CREDS_JSON }}" > /opt/secrets/unformatted_cloudsqlcreds.json
170-
sudo jq . /opt/secrets/unformatted_cloudsqlcreds.json > /opt/secrets/cloudsqlcreds.json
169+
sudo echo "${{ secrets.CLOUDSQL_CREDS_JSON }}" | base64 -d > /opt/secrets/cloudsqlcreds.json
171170
sudo chown -R automgmt:automgmt /opt/secrets
172171
gcloud auth activate-service-account --key-file=/opt/secrets/cloudsqlcreds.json
173172
gcloud auth configure-docker

0 commit comments

Comments
 (0)