Skip to content

Commit 56a1f76

Browse files
committed
add pull-requests permissions to allow publishing system test report to the pr
Signed-off-by: reubenmiller <[email protected]>
1 parent 1e34d53 commit 56a1f76

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-workflow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,8 @@ jobs:
267267
permissions:
268268
# Required to publish system test results to the PR
269269
issues: write
270+
pull-requests: write
271+
contents: read
270272
environment:
271273
name: Test Auto
272274
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)