Skip to content

Commit fa7c323

Browse files
authored
Merge pull request #26 from NHSDigital/mm-odin-276-dependabot-needs-write
odin-276: checks write required for junit test report
2 parents 28e4fcf + 7a0ab12 commit fa7c323

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)