Skip to content

Commit fcf5a0e

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pull-request.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ jobs:
3333
3434
test:
3535
runs-on: ubuntu-latest
36-
36+
permissions:
37+
checks: write
3738
steps:
3839

3940
- name: checkout the calling repo

0 commit comments

Comments
 (0)