Skip to content

Commit a2e450f

Browse files
committed
ci(helm): fix chart workflow
1 parent c3e5575 commit a2e450f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/helm-chart.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ permissions: read-all
1919
on:
2020
push:
2121
branches:
22-
- master
22+
- main
2323

2424
jobs:
2525
release:
@@ -40,13 +40,13 @@ jobs:
4040
- name: Install Helm
4141
uses: azure/setup-helm@v4
4242
env:
43-
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
43+
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
4444
with:
4545
version: v3.8.1
4646

4747
- name: Run chart-releaser
4848
uses: helm/chart-releaser-action@v1.7.0
4949
env:
50-
CR_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
51-
CR_RELEASE_NAME_TEMPLATE: '{{ .Name }}-chart-v{{ .Version }}'
50+
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
51+
CR_RELEASE_NAME_TEMPLATE: "{{ .Name }}-chart-v{{ .Version }}"
5252
CR_MAKE_RELEASE_LATEST: false

0 commit comments

Comments
 (0)