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 bc788e5 commit 0bb47b7Copy full SHA for 0bb47b7
.github/workflows/duplicate-prod-db.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: GCloud Setup 2
47
uses: google-github-actions/setup-gcloud@v2
48
49
- - name: Create DB dump bucket ans backup QA DB
+ - name: Create DB dump bucket and backup QA DB
50
run: |
51
BUCKET_PROJECT_ID=$DEST_PROJECT_ID
52
@@ -66,7 +66,7 @@ jobs:
66
echo "Destination SQL Service Account: $DEST_SQL_SERVICE_ACCOUNT"
67
68
# Give read permission on the bucket to the destination sql instance
69
- gsutil iam ch serviceAccount:$DEST_SQL_SERVICE_ACCOUNT:objectViewer gs://$DUMP_BUCKET_NAME
+ gsutil iam ch serviceAccount:$DEST_SQL_SERVICE_ACCOUNT:objectAdmin gs://$DUMP_BUCKET_NAME
70
71
# Dump the QA database as a backup
72
# According to chatgpt,
0 commit comments