Skip to content

Commit

Permalink
project name rather than number
Browse files Browse the repository at this point in the history
  • Loading branch information
GondekNP committed Dec 31, 2023
1 parent bb82ecf commit 14a2fa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cloud_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
with:
workload_identity_provider: 'projects/dse-nps/locations/global/workloadIdentityPools/github/providers/oidc-provider'
project_id: 'dse-nps'
audience: 'https://iam.googleapis.com/projects/113009620257/locations/global/workloadIdentityPools/github/providers/oidc-provider'
# service_account: '[email protected]'
audience: 'https://iam.googleapis.com/projects/dse-nps/locations/global/workloadIdentityPools/github/providers/oidc-provider'
service_account: '[email protected]'

- name: Build and Deploy
run: |
Expand Down

0 comments on commit 14a2fa7

Please sign in to comment.