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 043b589 commit 037064dCopy full SHA for 037064d
.github/workflows/duplicate-prod-db.yml
@@ -14,7 +14,7 @@ jobs:
14
uses: actions/checkout@v4
15
16
- name: Authenticate to Google Cloud PROD project
17
- id: gcloud_auth
+ id: gcloud_auth_prod
18
uses: google-github-actions/auth@v2
19
with:
20
credentials_json: ${{ secrets.PROD_GCP_MOBILITY_FEEDS_SA_KEY }}
@@ -30,7 +30,7 @@ jobs:
30
echo "Destination SQL Service Account: $SERVICE_ACCOUNT"
31
32
- name: Authenticate to Google Cloud QA project
33
+ id: gcloud_auth_qa
34
35
36
credentials_json: ${{ secrets.QA_GCP_MOBILITY_FEEDS_SA_KEY }}
0 commit comments