Skip to content

Commit

Permalink
Merge pull request #29 from lvapeab/gcloud-2
Browse files Browse the repository at this point in the history
Fixbug
  • Loading branch information
lvapeab authored Dec 12, 2024
2 parents 5b94636 + 8303d8a commit 5fa17b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
- name: Google Auth
uses: google-github-actions/auth@v2
with:
workload_identity_provider: projects/${secrets.GCLOUD_PROJECT_NUMBER}/locations/global/workloadIdentityPools/github/providers/feb-stats
service_account: deploy-cloudrun@${secrets.GCLOUD_PROJECT_ID}.iam.gserviceaccount.com
workload_identity_provider: projects/${{ secrets.GCLOUD_PROJECT_NUMBER }}/locations/global/workloadIdentityPools/github/providers/feb-stats
service_account: deploy-cloudrun@${{ secrets.GCLOUD_PROJECT_ID }}.iam.gserviceaccount.com

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

0 comments on commit 5fa17b6

Please # to comment.