From cacf5e87f9fa6fec0ac9eaa107bc072d79468328 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 16:16:14 +0100 Subject: [PATCH] Update google-github-actions/auth action to v2 (#24) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/main.yaml | 2 +- .github/workflows/tag.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 462e10f..7002a64 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -74,7 +74,7 @@ jobs: chmod +x ./ko - name: Authenticate with Google Cloud id: auth - uses: google-github-actions/auth@v1 + uses: google-github-actions/auth@v2 with: token_format: access_token workload_identity_provider: ${{ secrets.GCP_IDENTITY_PROVIDER }} diff --git a/.github/workflows/tag.yaml b/.github/workflows/tag.yaml index 5f95232..87b4216 100644 --- a/.github/workflows/tag.yaml +++ b/.github/workflows/tag.yaml @@ -73,7 +73,7 @@ jobs: chmod +x ./ko - name: Authenticate with Google Cloud id: auth - uses: google-github-actions/auth@v1 + uses: google-github-actions/auth@v2 with: token_format: access_token workload_identity_provider: ${{ secrets.GCP_IDENTITY_PROVIDER }} @@ -88,7 +88,7 @@ jobs: ./ko publish -B --tags ${{ steps.version.outputs.tag }} . - name: Authenticate with Google Cloud id: runauth - uses: google-github-actions/auth@v1 + uses: google-github-actions/auth@v2 with: token_format: access_token workload_identity_provider: ${{ secrets.GCP_IDENTITY_PROVIDER }}