Skip to content

Commit

Permalink
fix(ci): helm-release warning
Browse files Browse the repository at this point in the history
  • Loading branch information
danielvrog committed Oct 16, 2023
1 parent f1f7d02 commit 7ea34ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,5 @@ jobs:
- name: Run chart-releaser
uses: helm/[email protected]
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 7ea34ce

Please sign in to comment.