diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index 6e0173fd..fcb405e8 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -169,7 +169,7 @@ jobs: with: fetch-depth: 0 - name: Authenticate to Google Cloud - uses: google-github-actions/auth@f105ef0cdb3b102a020be1767fcc8a974898b7c6 + uses: google-github-actions/auth@5a50e581162a13f4baa8916d01180d2acbc04363 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')] }}