Skip to content

Commit b43a3b0

Browse files
committed
fix: Update workload identity provider and add service account for authentication
1 parent 3f6099a commit b43a3b0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/google-cloudrun-docker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
REGION: 'europe-west1'
1616
BACKEND_SERVICE: 'querypal-backend'
1717
FRONTEND_SERVICE: 'querypal-frontend'
18-
WORKLOAD_IDENTITY_PROVIDER: 'projects/gen-lang-client-0698668474/locations/global/workloadIdentityPools/github-actions-pool/providers/github-provider'
18+
WORKLOAD_IDENTITY_PROVIDER: 'projects/874216619692/locations/global/workloadIdentityPools/github/providers/querypal'
1919

2020
jobs:
2121
deploy:
@@ -35,6 +35,7 @@ jobs:
3535
uses: 'google-github-actions/auth@f112390a2df9932162083945e46d439060d66ec2' # google-github-actions/auth@v2
3636
with:
3737
workload_identity_provider: '${{ env.WORKLOAD_IDENTITY_PROVIDER }}'
38+
service_account: 'github-actions@gen-lang-client-0698668474.iam.gserviceaccount.com'
3839

3940
# BEGIN - Docker auth and build
4041
- name: 'Docker Auth'

0 commit comments

Comments
 (0)