Skip to content

Commit

Permalink
Merge pull request #272 from treeverse/271-fix-chart-release
Browse files Browse the repository at this point in the history
Fix token in chart-releaser
  • Loading branch information
itaiad200 committed Jul 18, 2024
2 parents f39fda1 + 8e6749a commit 68de2e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.5.0
env:
CR_TOKEN: "${{ secrets.CR_TOKEN }}"
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 68de2e1

Please sign in to comment.