fix: broken CD script

This commit is contained in:
Chi-En Wu
2020-04-20 09:43:27 +08:00
parent d989103f6d
commit 9ed98f5c6c
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ jobs:
helm plugin install https://github.com/hayorov/helm-gcs helm plugin install https://github.com/hayorov/helm-gcs
- name: Dump GCloud auth key - name: Dump GCloud auth key
run: | run: |
cat <<'EOF' > .secrets/gcloud_auth_key.json cat <<'EOF' > gcloud_auth_key.json
${{ secrets.GCLOUD_AUTH_KEY }} ${{ secrets.GCLOUD_AUTH_KEY }}
EOF EOF
- name: Release chart - name: Release chart

View File

@ -22,4 +22,4 @@
*.tmproj *.tmproj
.vscode/ .vscode/
# Secrets # Secrets
.secrets/ gcloud_auth_key.json