Skip to content

Commit

Permalink
Update helm.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
daimg authored Nov 8, 2021
1 parent ba9d6ec commit e1d26c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.1.0
env:
CR_TOKEN: "${{ secrets.PERSONAL_TOKEN }}"
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_RELEASE_NAME_TEMPLATE: "helm-chart-{{ .Version }}"
with:
charts_dir: charts

0 comments on commit e1d26c9

Please sign in to comment.