Skip to content

Commit

Permalink
Update deploy-bdjuno-mainnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
beb4now authored Nov 21, 2024
1 parent 885fa04 commit 1ce34c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-bdjuno-mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,8 @@ jobs:
- name: Prepare container access
run: |
sudo mkdir -p /opt/secrets
sudo echo "${{ secrets.CLOUDSQL_CREDS_JSON }}" > /opt/secrets/cloudsqlcreds.json
sudo echo "${{ secrets.CLOUDSQL_CREDS_JSON }}" > /opt/secrets/cloudsqlcreds_unformatted.json
sudo jq . /opt/secrets/cloudsqlcreds_unformatted.json > /opt/secrets/cloudsqlcreds.json
sudo chown -R automgmt:automgmt /opt/secrets
gcloud auth activate-service-account --key-file=/opt/secrets/cloudsqlcreds.json
gcloud auth configure-docker
Expand Down

0 comments on commit 1ce34c6

Please sign in to comment.