Skip to content

Commit a74fd5b

Browse files
authored
Update run-migrations.yml
1 parent fe176fe commit a74fd5b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/run-migrations.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,17 @@ jobs:
2525
- name: Install Dependencies
2626
run: yarn install
2727

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+
2835
- name: Setup GCloud
2936
uses: google-github-actions/setup-gcloud@v0
3037
with:
3138
project_id: ${{ env.PROJECT_ID }}
32-
service_account_key: ${{ secrets.GCP_SA_KEY }}
3339
export_default_credentials: true
3440

3541
- name: Get Cloud SQL Proxy

0 commit comments

Comments
 (0)