fix: broken CD script
This commit is contained in:
2
.github/workflows/main.yaml
vendored
2
.github/workflows/main.yaml
vendored
@ -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
|
||||
|
@ -22,4 +22,4 @@
|
||||
*.tmproj
|
||||
.vscode/
|
||||
# Secrets
|
||||
.secrets/
|
||||
gcloud_auth_key.json
|
||||
|
Reference in New Issue
Block a user