Skip to content

Commit

Permalink
Merge pull request #32 from lvapeab/master
Browse files Browse the repository at this point in the history
To prod
  • Loading branch information
lvapeab authored Dec 12, 2024
2 parents 8447146 + e08c33a commit ecc7c8b
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: ${{ secrets.GCLOUD_IDENTITY_PROVIDER }}
service_account: ${{ secrets.GCLOUD_SERVICE_ACCOUNT }}

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

0 comments on commit ecc7c8b

Please # to comment.