Skip to content

Commit e0e838d

Browse files
committed
Add pull-requests:write for test result comments
The publish-unit-test-result-action posts a comment on the PR which requires pull-requests:write in addition to checks:write.
1 parent 62e5fae commit e0e838d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
permissions:
4141
contents: read
4242
checks: write
43+
pull-requests: write
4344
runs-on: ubuntu-latest-8x
4445
steps:
4546
- name: Checkout

0 commit comments

Comments
 (0)