From f4afbfe1e7dd96564081f92ec999e9dca6a9c643 Mon Sep 17 00:00:00 2001 From: skcd Date: Wed, 18 Oct 2023 13:22:25 +0100 Subject: [PATCH] [sidecar] update the build script for windows --- .github/workflows/sidecar-windows.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/sidecar-windows.yaml b/.github/workflows/sidecar-windows.yaml index ec8aacd68..12852adec 100644 --- a/.github/workflows/sidecar-windows.yaml +++ b/.github/workflows/sidecar-windows.yaml @@ -42,10 +42,6 @@ jobs: GCP_BUCKET_NAME: ${{ secrets.GCP_BUCKET_NAME }} GCP_SA_KEY: ${{ secrets.GCP_SA_KEY }} run: | - # Decode the GCP_SA_KEY secret and write the contents to a temporary file - echo "$GCP_SA_KEY" | base64 --decode > gcp_sa_key.json - # Authenticate to gcloud with the service account key - gcloud auth activate-service-account --key-file=gcp_sa_key.json # Set your GCP project gcloud config set project $GCP_PROJECT_ID # Copy the built binary to the GCP bucket