From 13067f154f5449f688ce45ebef961354f7b87a20 Mon Sep 17 00:00:00 2001 From: alexeh Date: Fri, 26 Jan 2024 11:02:36 +0300 Subject: [PATCH] downgrade marketing gcloud deps --- .github/workflows/publish-marketing-site.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-marketing-site.yml b/.github/workflows/publish-marketing-site.yml index 14dcf3bd4..1e239e66b 100644 --- a/.github/workflows/publish-marketing-site.yml +++ b/.github/workflows/publish-marketing-site.yml @@ -39,13 +39,13 @@ jobs: uses: actions/checkout@v4 - name: 'Authenticate to Google Cloud' - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v1 with: workload_identity_provider: 'projects/168301767246/locations/global/workloadIdentityPools/github-pool/providers/github-provider' service_account: 'github-actions@landgriffon.iam.gserviceaccount.com' - name: Set up Cloud SDK - uses: google-github-actions/setup-gcloud@v2 + uses: google-github-actions/setup-gcloud@v1 - name: Authorize Docker push run: gcloud auth configure-docker europe-west1-docker.pkg.dev