Skip to content

Commit c727316

Browse files
authored
Merge pull request #3784 from reubenmiller/ci-system-test-publish-report-permissions
ci: add pull-requests permissions to allow publishing system test report to the pr
2 parents 1e34d53 + 56a1f76 commit c727316

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)