Skip to content

Commit 25e6e30

Browse files
committed
ci: set GH_TOKEN for release notes step
1 parent e244868 commit 25e6e30

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ jobs:
6464
- name: Generate Release Notes
6565
id: notes
6666
run: pnpm -s changelog:release:notes > release-notes.md
67+
env:
68+
GH_TOKEN: ${{ steps.app-token.outputs.token }}
6769

6870
- name: Create GitHub Release
6971
uses: softprops/[email protected]

0 commit comments

Comments
 (0)