We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64395f3 commit 4c3840cCopy full SHA for 4c3840c
.github/workflows/duplicate-prod-db.yml
@@ -40,7 +40,7 @@ jobs:
40
fi
41
42
# Get the service account got the PROD DB and give write permsssion to the bucket
43
- SOURCE_SQL_SERVICE_ACCOUNT=$(gcloud sql instances describe $SQL_INSTANCE_NAME --project=$SOURCE_PROJECT_ID --format="value(serviceAccountEmailAddress)")
+ SOURCE_SQL_SERVICE_ACCOUNT=$(gcloud sql instances describe "mobilitydata-database-instance" --project=$SOURCE_PROJECT_ID --format="value(serviceAccountEmailAddress)")
44
echo "Source SQL Service Account: $SOURCE_SQL_SERVICE_ACCOUNT"
45
46
# Give write permission for the source sql instance to write to the bucket
0 commit comments