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