Skip to content

Commit

Permalink
Update service account
Browse files Browse the repository at this point in the history
  • Loading branch information
heshammourad authored Oct 2, 2024
1 parent ba88b70 commit 8e2e30b
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 @@ -21,7 +21,7 @@ jobs:
uses: 'google-github-actions/auth@v2'
with:
workload_identity_provider: 'projects/${{ secrets.PROJECT_NUMBER }}/locations/global/workloadIdentityPools/github-actions-pool/providers/github-actions-oidc'
service_account: 'test-493@hmff-45f79.iam.gserviceaccount.com'
service_account: 'github-deploy@hmff-45f79.iam.gserviceaccount.com'

- name: 'Deploy to Cloud Run'
uses: 'google-github-actions/deploy-cloudrun@v2'
Expand Down

0 comments on commit 8e2e30b

Please sign in to comment.