We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d304e22 commit e27ea04Copy full SHA for e27ea04
.github/workflows/deploy.yml
@@ -15,9 +15,9 @@ jobs:
15
uses: actions/checkout@v3
16
17
- name: Configure Google Cloud credentials
18
- uses: google-github-actions/auth@v1
+ uses: google-github-actions/auth@v3
19
with:
20
- workload_identity_provider: 'projects/266324743316/locations/global/workloadIdentityPools/github/providers/github-oidc'
+ workload_identity_provider: 'projects/824216268633/locations/global/workloadIdentityPools/github-actions/providers/github-actions-oidc'
21
service_account: '[email protected]'
22
23
- name: Setup Java
0 commit comments