We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe176fe commit a74fd5bCopy full SHA for a74fd5b
.github/workflows/run-migrations.yml
@@ -25,11 +25,17 @@ jobs:
25
- name: Install Dependencies
26
run: yarn install
27
28
+ - name: Google Auth
29
+ id: auth
30
+ uses: 'google-github-actions/auth@v0'
31
+ with:
32
+ workload_identity_provider: '${{ secrets.WIF_PROVIDER }}'
33
+ service_account: '${{ secrets.WIF_SERVICE_ACCOUNT }}'
34
+
35
- name: Setup GCloud
36
uses: google-github-actions/setup-gcloud@v0
37
with:
38
project_id: ${{ env.PROJECT_ID }}
- service_account_key: ${{ secrets.GCP_SA_KEY }}
39
export_default_credentials: true
40
41
- name: Get Cloud SQL Proxy
0 commit comments