fix: correct GOOGLE_APPLICATION_CREDENTIALS in CD script

This commit is contained in:
Chi-En Wu
2020-04-20 09:52:47 +08:00
parent 9ed98f5c6c
commit 56bccbae0d

View File

@ -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