Skip to content

Commit

Permalink
Fix token in chart-releaser
Browse files Browse the repository at this point in the history
closes #271
  • Loading branch information
itaiad200 committed Jul 18, 2024
1 parent f39fda1 commit 8e6749a
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 8e6749a

Please sign in to comment.