Skip to content

Commit e27ea04

Browse files
chore: use shared action for GCP auth (#255)
* chore: use shared action for GCP auth * chore: use standalone action * fix: formatting
1 parent d304e22 commit e27ea04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
uses: actions/checkout@v3
1616

1717
- name: Configure Google Cloud credentials
18-
uses: google-github-actions/auth@v1
18+
uses: google-github-actions/auth@v3
1919
with:
20-
workload_identity_provider: 'projects/266324743316/locations/global/workloadIdentityPools/github/providers/github-oidc'
20+
workload_identity_provider: 'projects/824216268633/locations/global/workloadIdentityPools/github-actions/providers/github-actions-oidc'
2121
service_account: '[email protected]'
2222

2323
- name: Setup Java

0 commit comments

Comments
 (0)