Skip to content

Commit 4c3840c

Browse files
committed
Incrementally testing GH action.
1 parent 64395f3 commit 4c3840c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/duplicate-prod-db.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
fi
4141
4242
# 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)")
43+
SOURCE_SQL_SERVICE_ACCOUNT=$(gcloud sql instances describe "mobilitydata-database-instance" --project=$SOURCE_PROJECT_ID --format="value(serviceAccountEmailAddress)")
4444
echo "Source SQL Service Account: $SOURCE_SQL_SERVICE_ACCOUNT"
4545
4646
# Give write permission for the source sql instance to write to the bucket

0 commit comments

Comments
 (0)