Skip to content
This repository was archived by the owner on Dec 2, 2025. It is now read-only.

Commit 674a1f7

Browse files
committed
read for the release drafter
1 parent 85f3d84 commit 674a1f7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release-drafter.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77

88
permissions:
99
contents: read
10+
pull-requests: write
11+
1012
# The release-drafter action adds PR titles to the release notes once these are merged to main.
1113
# A draft release is kept up-to-date listing the changes for the next minor release version.
1214
jobs:
@@ -17,4 +19,4 @@ jobs:
1719
steps:
1820
- uses: release-drafter/release-drafter@v5
1921
env:
20-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)