Skip to content

Commit 143eb24

Browse files
author
Sami Alajrami
committed
Fix commiting unneeded files when publishing helm docs
1 parent 6b883bf commit 143eb24

File tree

2 files changed

+4
-15
lines changed

2 files changed

+4
-15
lines changed

.github/workflows/helm-chart.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ jobs:
3838
with:
3939
project_id: ${{ secrets.GCP_PROJECT_ID }}
4040
service_account_key: ${{ secrets.GCP_GCS_CREDENTIALS }}
41-
export_default_credentials: true
41+
export_default_credentials: true
42+
credentials_file_path: /tmp/
4243

4344
- name: Pull existing Index.yaml
4445
run: gsutil cp gs://merkely-charts/index.yaml package/old-index.yaml
@@ -58,8 +59,8 @@ jobs:
5859

5960
- uses: EndBug/add-and-commit@v7
6061
with:
61-
add: '.'
62+
add: '["docs.merkely.com/.", "charts/."]'
6263
branch: main
6364
default_author: github_actor
6465
message: 'Update helm docs'
65-
pull_strategy: 'NO-PULL'
66+
pull: 'NO-PULL'

b666ab00-a029-40eb-92f1-aa744ad5069d

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)