Skip to content

Commit 60bac07

Browse files
committed
fix: changelog script permissions
1 parent 541229d commit 60bac07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
if: startsWith(github.head_ref, 'release/')
1111
runs-on: ubuntu-latest
1212
permissions:
13-
contents: read
13+
contents: write
1414
pull-requests: write
1515
steps:
1616
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)