Skip to content

Commit

Permalink
Update public-chart.yml
Browse files Browse the repository at this point in the history
Install helm now includes the github token
merlos authored Nov 28, 2023

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 672eac8 commit cf5d2f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/public-chart.yml
Original file line number Diff line number Diff line change
@@ -40,6 +40,8 @@ jobs:
- name: Install Helm
uses: azure/setup-helm@v3
with:
token: ${{ secrets.GITHUB_TOKEN }} # only needed if version is 'latest'

- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.6.0

0 comments on commit cf5d2f3

Please sign in to comment.