Skip to content

Commit 3df13f5

Browse files
authored
Merge pull request #2822 from sbueringer/pr-fix-release-notes
🌱 Add GitHub token for release notes action
2 parents 62a2802 + 8e70d8e commit 3df13f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
- name: generate release notes
3333
run: |
3434
make generate-release-notes
35+
env:
36+
GH_TOKEN: ${{ github.token }}
3537
- name: Release
3638
uses: softprops/action-gh-release@3198ee18f814cdf787321b4a32a26ddbf37acc52 # tag=v2.0.3
3739
with:

0 commit comments

Comments
 (0)