Skip to content

Commit 037064d

Browse files
committed
Incrementally testing GH action.
1 parent 043b589 commit 037064d

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
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v4
1515

1616
- name: Authenticate to Google Cloud PROD project
17-
id: gcloud_auth
17+
id: gcloud_auth_prod
1818
uses: google-github-actions/auth@v2
1919
with:
2020
credentials_json: ${{ secrets.PROD_GCP_MOBILITY_FEEDS_SA_KEY }}
@@ -30,7 +30,7 @@ jobs:
3030
echo "Destination SQL Service Account: $SERVICE_ACCOUNT"
3131
3232
- name: Authenticate to Google Cloud QA project
33-
id: gcloud_auth
33+
id: gcloud_auth_qa
3434
uses: google-github-actions/auth@v2
3535
with:
3636
credentials_json: ${{ secrets.QA_GCP_MOBILITY_FEEDS_SA_KEY }}

0 commit comments

Comments
 (0)