Skip to content

Commit

Permalink
[sidecar] update the build script for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
theskcd committed Oct 18, 2023
1 parent 9367cc1 commit f4afbfe
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/sidecar-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f4afbfe

Please sign in to comment.