Skip to content

Commit 7a0ab12

Browse files
committed
odin-276: checks write required for junit test report
1 parent 28e4fcf commit 7a0ab12

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ jobs:
3333
3434
test:
3535
runs-on: ubuntu-latest
36-
36+
permissions:
37+
checks: write
38+
pull-requests: write
3739
steps:
3840

3941
- name: checkout the calling repo

0 commit comments

Comments
 (0)