diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 38830ad8498..c0a3b0ff443 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -44,8 +44,10 @@ jobs: REGION: ${{ vars.GCP_REGION }} steps: - name: "Autenticar en GCP" + id: auth uses: google-github-actions/auth@ef5d53e30bbcd8d0836f4288f5e50ff3e086997d #v1.0.0 with: + token_format: access_token workload_identity_provider: ${{ env.PROJECT_ID }} service_account: ${{ secrets.GCP_SA_KEY }} - name: "Autenticar en Artifact Registry"