Skip to content

Commit

Permalink
Merge pull request #2822 from sbueringer/pr-fix-release-notes
Browse files Browse the repository at this point in the history
🌱 Add GitHub token for release notes action
  • Loading branch information
sbueringer authored Mar 14, 2024
2 parents 62a2802 + 8e70d8e commit 3df13f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
- name: generate release notes
run: |
make generate-release-notes
env:
GH_TOKEN: ${{ github.token }}
- name: Release
uses: softprops/action-gh-release@3198ee18f814cdf787321b4a32a26ddbf37acc52 # tag=v2.0.3
with:
Expand Down

0 comments on commit 3df13f5

Please sign in to comment.