Skip to content

Commit

Permalink
Merge pull request #31 from lvapeab/gcloud-2
Browse files Browse the repository at this point in the history
Better format
  • Loading branch information
lvapeab authored Dec 12, 2024
2 parents 5fa17b6 + 643efb9 commit e08c33a
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 e08c33a

Please # to comment.