We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b883bf commit 143eb24Copy full SHA for 143eb24
.github/workflows/helm-chart.yml
@@ -38,7 +38,8 @@ jobs:
38
with:
39
project_id: ${{ secrets.GCP_PROJECT_ID }}
40
service_account_key: ${{ secrets.GCP_GCS_CREDENTIALS }}
41
- export_default_credentials: true
+ export_default_credentials: true
42
+ credentials_file_path: /tmp/
43
44
- name: Pull existing Index.yaml
45
run: gsutil cp gs://merkely-charts/index.yaml package/old-index.yaml
@@ -58,8 +59,8 @@ jobs:
58
59
60
- uses: EndBug/add-and-commit@v7
61
- add: '.'
62
+ add: '["docs.merkely.com/.", "charts/."]'
63
branch: main
64
default_author: github_actor
65
message: 'Update helm docs'
- pull_strategy: 'NO-PULL'
66
+ pull: 'NO-PULL'
b666ab00-a029-40eb-92f1-aa744ad5069d
0 commit comments