Skip to content

Commit 0bb47b7

Browse files
committed
Incrementally testing GH action.
1 parent bc788e5 commit 0bb47b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: GCloud Setup 2
4747
uses: google-github-actions/setup-gcloud@v2
4848

49-
- name: Create DB dump bucket ans backup QA DB
49+
- name: Create DB dump bucket and backup QA DB
5050
run: |
5151
BUCKET_PROJECT_ID=$DEST_PROJECT_ID
5252
@@ -66,7 +66,7 @@ jobs:
6666
echo "Destination SQL Service Account: $DEST_SQL_SERVICE_ACCOUNT"
6767
6868
# 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
69+
gsutil iam ch serviceAccount:$DEST_SQL_SERVICE_ACCOUNT:objectAdmin gs://$DUMP_BUCKET_NAME
7070
7171
# Dump the QA database as a backup
7272
# According to chatgpt,

0 commit comments

Comments
 (0)