Skip to content

Commit 7491af0

Browse files
committed
chore: add pr write permission to job step
Signed-off-by: Anthony D. Mays <[email protected]>
1 parent dd6ea08 commit 7491af0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/check_lesson_15_java_pr.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
- name: Add coverage to PR
3131
id: jacoco
3232
uses: madrapps/[email protected]
33+
permissions:
34+
pull-requests: write
3335
with:
3436
paths: ./lesson_15/tdd/tdd_app/build/reports/jacoco/test/jacocoTestReport.xml
3537
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)