Skip to content

Commit af963e6

Browse files
authored
Improve permissions (#1708)
1 parent 6320651 commit af963e6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ jobs:
99
changelog:
1010
runs-on: ubuntu-latest
1111
permissions:
12-
actions: write
12+
contents: write
13+
pull-requests: write
1314
steps:
1415
- uses: actions/checkout@v4
1516
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)