From 9ed98f5c6c3347e0828a64181ae3be223cd6d18f Mon Sep 17 00:00:00 2001 From: Chi-En Wu Date: Mon, 20 Apr 2020 09:43:27 +0800 Subject: [PATCH] fix: broken CD script --- .github/workflows/main.yaml | 2 +- .helmignore | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index d4fd515..9a91b4e 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -32,7 +32,7 @@ jobs: helm plugin install https://github.com/hayorov/helm-gcs - name: Dump GCloud auth key run: | - cat <<'EOF' > .secrets/gcloud_auth_key.json + cat <<'EOF' > gcloud_auth_key.json ${{ secrets.GCLOUD_AUTH_KEY }} EOF - name: Release chart diff --git a/.helmignore b/.helmignore index f986f91..37eb3d3 100644 --- a/.helmignore +++ b/.helmignore @@ -22,4 +22,4 @@ *.tmproj .vscode/ # Secrets -.secrets/ +gcloud_auth_key.json