Skip to content

Commit

Permalink
fix: use GITHUB_TOKEN secret in chart release job
Browse files Browse the repository at this point in the history
  • Loading branch information
mhrabovcin committed May 19, 2023
1 parent 8f7fa6d commit 1781f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.5.0
env:
CR_TOKEN: "${{ secrets.GHP_TOKEN }}"
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 1781f8b

Please sign in to comment.