Skip to content

Commit

Permalink
ci(helm-release): add missing github token
Browse files Browse the repository at this point in the history
  • Loading branch information
tthvo committed Jun 22, 2023
1 parent e02cd11 commit 12cd770
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/helm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
with:
fallback: 0.1.0
- name: Generate release notes
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh api --method POST \
-H "Accept: application/vnd.github+json" \
Expand Down

0 comments on commit 12cd770

Please sign in to comment.