Skip to content

Commit d398f1e

Browse files
committed
Fix test result reporting for PRs opened from forks
1 parent a96a901 commit d398f1e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-pr.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ jobs:
55
gradle:
66
name: Build and Test
77
runs-on: ubuntu-latest
8+
permissions:
9+
checks: write
10+
contents: read
11+
issues: write
12+
pull-requests: write
813
steps:
914
- uses: actions/checkout@v3
1015
- uses: actions/setup-java@v3

0 commit comments

Comments
 (0)