fix(devops): Unexpected value 'read|write' (#23450)
This commit is contained in:
parent
84942aa992
commit
0a6fe3fac5
2
.github/workflows/create_test_report.yml
vendored
2
.github/workflows/create_test_report.yml
vendored
|
|
@ -7,7 +7,7 @@ on:
|
|||
jobs:
|
||||
merge-reports:
|
||||
permissions:
|
||||
pull-requests: read|write
|
||||
pull-requests: write
|
||||
checks: write
|
||||
timeout-minutes: 10
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Reference in a new issue