Skip to content

Commit

Permalink
Update iac.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmellos authored Oct 1, 2024
1 parent 58346f6 commit d057e5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/iac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ jobs:

- id: 'auth'
name: 'Authenticate to Google Cloud'
uses: 'google-github-actions/[email protected].4'
uses: 'google-github-actions/[email protected].6'
if: inputs.GCP_ENV == true
with:
workload_identity_provider: ${{ inputs.GCP_WIP }}
Expand Down Expand Up @@ -293,4 +293,4 @@ jobs:
OVH_CLOUD_PROJECT_SERVICE: ${{ secrets.OVH_CLOUD_PROJECT_SERVICE }}

- run: sudo chmod -R 777 /home/runner/_work/${{ github.event.repository.name }}
continue-on-error: true
continue-on-error: true

0 comments on commit d057e5d

Please sign in to comment.