Skip to content

Commit

Permalink
fix: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
linderttobias committed Feb 18, 2024
1 parent 812ff13 commit 361c930
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/template-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
runs-on: ${{ inputs.runner }}
steps:
- name: Checkout Repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Authenticate to Google Cloud
uses: 'google-github-actions/auth@v1.0.0'
uses: 'google-github-actions/auth@v2.1.1'
with:
workload_identity_provider: ${{ secrets.WIF_PROVIDER }}
service_account: ${{ secrets.GCP_USMA_TF_PLAN_APPLY }}
Expand Down Expand Up @@ -69,6 +69,12 @@ jobs:
runs-on: ${{ inputs.runner }}
needs: [build-push]
steps:
- name: Authenticate to Google Cloud
uses: 'google-github-actions/[email protected]'
with:
workload_identity_provider: ${{ secrets.WIF_PROVIDER }}
service_account: ${{ secrets.GCP_USMA_TF_PLAN_APPLY }}

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

0 comments on commit 361c930

Please sign in to comment.