Skip to content

Commit

Permalink
Update workload_identity_provider in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
heshammourad authored Oct 2, 2024
1 parent c0b8eaa commit 96b54de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: 'Authenticate to Google Cloud'
uses: 'google-github-actions/auth@v2'
with:
workload_identity_provider: 'projects/${{ secrets.PROJECT_ID }}/locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-oidc'
workload_identity_provider: 'projects/${{ secrets.PROJECT_NUMBER }}/locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-oidc'

- name: 'Deploy to Cloud Run'
run: |
Expand Down

0 comments on commit 96b54de

Please sign in to comment.