fix: correct GOOGLE_APPLICATION_CREDENTIALS
in CD script
This commit is contained in:
2
.github/workflows/main.yaml
vendored
2
.github/workflows/main.yaml
vendored
@ -37,7 +37,7 @@ jobs:
|
|||||||
EOF
|
EOF
|
||||||
- name: Release chart
|
- name: Release chart
|
||||||
env:
|
env:
|
||||||
GOOGLE_APPLICATION_CREDENTIALS: ${{ github.workspace }}/.secrets/gcloud_auth_key.json
|
GOOGLE_APPLICATION_CREDENTIALS: ${{ github.workspace }}/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
|
||||||
|
Reference in New Issue
Block a user