Merge pull request #1 from hahow/fix/ignore-gcloud-key
fix: ignore gcloud-auth-key
This commit is contained in:
4
.github/workflows/main.yaml
vendored
4
.github/workflows/main.yaml
vendored
@ -32,12 +32,12 @@ 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' > gcloud_auth_key.json
|
cat <<'EOF' > .secrets/gcloud_auth_key.json
|
||||||
${{ secrets.GCLOUD_AUTH_KEY }}
|
${{ secrets.GCLOUD_AUTH_KEY }}
|
||||||
EOF
|
EOF
|
||||||
- name: Release chart
|
- name: Release chart
|
||||||
env:
|
env:
|
||||||
GOOGLE_APPLICATION_CREDENTIALS: ${{ github.workspace }}/gcloud_auth_key.json
|
GOOGLE_APPLICATION_CREDENTIALS: ${{ github.workspace }}/.secrets/gcloud_auth_key.json
|
||||||
run: |
|
run: |
|
||||||
helm repo add hahow gs://hahow-helm-charts
|
helm repo add hahow gs://hahow-helm-charts
|
||||||
helm repo update
|
helm repo update
|
||||||
|
@ -21,3 +21,5 @@
|
|||||||
.idea/
|
.idea/
|
||||||
*.tmproj
|
*.tmproj
|
||||||
.vscode/
|
.vscode/
|
||||||
|
# Secrets
|
||||||
|
.secrets/
|
||||||
|
Reference in New Issue
Block a user