From 606b552d95b192fe9f433207ad5f035da794ea40 Mon Sep 17 00:00:00 2001 From: Lucas Mellos Carlos <102970912+lucasmellos@users.noreply.github.com> Date: Tue, 1 Oct 2024 16:41:22 -0300 Subject: [PATCH] Update iac-secrets.yml --- .github/workflows/iac-secrets.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/iac-secrets.yml b/.github/workflows/iac-secrets.yml index fa304c20..68cca2b3 100644 --- a/.github/workflows/iac-secrets.yml +++ b/.github/workflows/iac-secrets.yml @@ -39,10 +39,6 @@ jobs: runs-on: ubuntu-latest permissions: write-all - # defaults: - # run: - # shell: bash - # working-directory: secrets steps: - name: Install dependencies @@ -65,7 +61,7 @@ jobs: - id: 'auth' name: 'Authenticate to Google Cloud' - uses: 'google-github-actions/auth@v2.1.4' + uses: 'google-github-actions/auth@v2.1.6' with: workload_identity_provider: ${{ inputs.GCP_WIP }} project_id: ${{ inputs.PROJECT_ID }}