From 796405a366b6d4622a7b6ce23aa2c56ffb5028b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 22:29:29 +0000 Subject: [PATCH] Bump google-github-actions/auth from 2.1.5 to 2.1.6 Bumps [google-github-actions/auth](https://github.com/google-github-actions/auth) from 2.1.5 to 2.1.6. - [Release notes](https://github.com/google-github-actions/auth/releases) - [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/auth/compare/v2.1.5...v2.1.6) --- updated-dependencies: - dependency-name: google-github-actions/auth dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/preview-clean.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview-clean.yml b/.github/workflows/preview-clean.yml index e603243c..e21cec99 100644 --- a/.github/workflows/preview-clean.yml +++ b/.github/workflows/preview-clean.yml @@ -35,7 +35,7 @@ jobs: token: ${{ secrets.PREVIEW_DEPLOYMENT_PAT }} env: preview-${{ env.PR_NUMBER }} - name: Auth Google Cloud - uses: google-github-actions/auth@v2.1.5 + uses: google-github-actions/auth@v2.1.6 with: workload_identity_provider: projects/223708816691/locations/global/workloadIdentityPools/github/providers/hplush service_account: github-deploy@${{ env.PROJECT_ID }}.iam.gserviceaccount.com