Skip to content

Commit e118159

Browse files
committed
ci(release): Fix changelog-preview permissions
The changelog-preview reusable workflow now requires `statuses: write` permission to function correctly with GitHub App installations that declare permissions statically.
1 parent 37c44f9 commit e118159

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/changelog-preview.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
permissions:
1111
contents: write
1212
pull-requests: write
13+
statuses: write
1314

1415
jobs:
1516
changelog-preview:

0 commit comments

Comments
 (0)