Skip to content

Commit

Permalink
ISSUE-9 | upgrading action version to v2|<Jenish>
Browse files Browse the repository at this point in the history
  • Loading branch information
jenish-jain committed Jan 6, 2024
1 parent 5c9cee3 commit 3ddb654
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/google-cloudrun-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:

- name: Google Auth
id: auth
uses: 'google-github-actions/auth@v0'
uses: 'google-github-actions/auth@v2'
with:
workload_identity_provider: '${{ secrets.WIF_PROVIDER }}' # e.g. - projects/123456789/locations/global/workloadIdentityPools/my-pool/providers/my-provider
service_account: '${{ secrets.WIF_SERVICE_ACCOUNT }}' # e.g. - my-service-account@my-project.iam.gserviceaccount.com
Expand All @@ -90,7 +90,7 @@ jobs:

- name: Deploy to Cloud Run
id: deploy
uses: google-github-actions/deploy-cloudrun@v0
uses: google-github-actions/deploy-cloudrun@v2
with:
environment: production
service: ${{ env.SERVICE }}
Expand Down

0 comments on commit 3ddb654

Please sign in to comment.