Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
updates workload identity provider
  • Loading branch information
melippmann authored Nov 14, 2023
1 parent a74a95c commit bc23665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: 'google-github-actions/auth@v1'
with:
# create_credentials_file: true
workload_identity_provider: '//iam.googleapis.com/projects/492409410562/locations/global/workloadIdentityPools/liatrio-pool/providers/liatrio-deploy-action'
workload_identity_provider: 'projects/492409410562/locations/global/workloadIdentityPools/liatrio-pool/providers/liatrio-deploy-action'
service_account: '[email protected]'
- name: Deploy to Cloud Run
id: deploy
Expand Down

0 comments on commit bc23665

Please sign in to comment.