diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index 6dcc178..d50cac7 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -167,7 +167,7 @@ jobs: with: fetch-depth: 0 - name: Authenticate to Google Cloud - uses: google-github-actions/auth@f105ef0cdb3b102a020be1767fcc8a974898b7c6 + uses: google-github-actions/auth@f6de81663f7788d05bd15bcce18f0e57f23f0846 with: workload_identity_provider: ${{ secrets[format('{0}_{1}', matrix.environment, 'GCP_WORKLOAD_IDENTITY_PROVIDER')] }} service_account: ${{ secrets[format('{0}_{1}', matrix.environment, 'GCP_WORKLOAD_IDENTITY_SERVICE_ACCOUNT')] }}