Skip to content

Commit 70b5e52

Browse files
committed
Incrementally testing GH action.
1 parent 99075aa commit 70b5e52

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@ jobs:
8484
# run: |
8585
# gcloud sql export sql $DB_INSTANCE_NAME gs://$DUMP_BUCKET_NAME/$DUMP_FILE_NAME --database=$SOURCE_DATABASE_NAME --quiet
8686
#
87-
# - name: Authenticate to Google Cloud QA project Again
88-
# uses: google-github-actions/auth@v2
89-
# with:
90-
# credentials_json: ${{ secrets.QA_GCP_MOBILITY_FEEDS_SA_KEY }}
91-
#
92-
# - name: GCloud Setup QA Again
93-
# uses: google-github-actions/setup-gcloud@v2
87+
- name: Authenticate to Google Cloud QA project Again
88+
uses: google-github-actions/auth@v2
89+
with:
90+
credentials_json: ${{ secrets.QA_GCP_MOBILITY_FEEDS_SA_KEY }}
91+
92+
- name: GCloud Setup QA Again
93+
uses: google-github-actions/setup-gcloud@v2
9494
#
9595
# - name: QA backup and import dump into the QA DB
9696
# run: |

0 commit comments

Comments
 (0)