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 1ce34c6 commit 3419153
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-bdjuno-mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ jobs:
- name: Prepare container access
run: |
sudo mkdir -p /opt/secrets
sudo echo "${{ secrets.CLOUDSQL_CREDS_JSON }}" > /opt/secrets/cloudsqlcreds_unformatted.json
sudo jq . /opt/secrets/cloudsqlcreds_unformatted.json > /opt/secrets/cloudsqlcreds.json
sudo echo "${{ secrets.CLOUDSQL_CREDS_JSON }}" > /opt/secrets/unformatted_cloudsqlcreds.json
sudo jq . /opt/secrets/unformatted_cloudsqlcreds.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 3419153

Please sign in to comment.