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
|
||||
- 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
|
||||
|
Reference in New Issue
Block a user