Skip to content

Commit f01d3be

Browse files
committed
Investigate missing test-result reports
Test results are not published properly due to an "There is no pull request for commit <...>" error, indicating a problem with visibility and or accessability...
1 parent e711dc5 commit f01d3be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/unit-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
permissions:
1616
checks: write
1717
pull-requests: write
18+
contents: read
19+
issues: read
20+
actions: read
1821

1922
steps:
2023
- name: Download and Extract Artifacts

0 commit comments

Comments
 (0)