diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index d4fd515..33c90b8 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -32,12 +32,12 @@ 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 env: - GOOGLE_APPLICATION_CREDENTIALS: ${{ github.workspace }}/.secrets/gcloud_auth_key.json + GOOGLE_APPLICATION_CREDENTIALS: ${{ github.workspace }}/gcloud_auth_key.json run: | helm repo add hahow gs://hahow-helm-charts helm repo update 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