Skip to content

Commit 5c0c6f0

Browse files
committed
Remove permissions: checks: write and add with: annotate_only: 'true'
1 parent 0a4fe61 commit 5c0c6f0

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/pr-java-ci.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
name: Java CI
22

3-
permissions:
4-
checks: write
5-
63
on:
74
pull_request:
85
paths-ignore:
@@ -39,8 +36,4 @@ jobs:
3936
- name: Publish JUnit Report
4037
uses: mikepenz/action-junit-report@v5
4138
with:
42-
report_paths: '**/target/surefire-reports/TEST-*.xml'
43-
check_name: 'JUnit Test Report'
44-
include_passed: true
45-
fail_on_failure: true
46-
token: ${{ secrets.GITHUB_TOKEN }}
39+
annotate_only: 'true'

0 commit comments

Comments
 (0)