fix(devops): restore checks write permission (#23445)
This was lost in 972ad89af2
This commit is contained in:
parent
b8e93f840e
commit
dfe5f41d35
1
.github/workflows/create_test_report.yml
vendored
1
.github/workflows/create_test_report.yml
vendored
|
|
@ -8,6 +8,7 @@ jobs:
|
|||
merge-reports:
|
||||
permissions:
|
||||
pull-requests: write
|
||||
checks: write
|
||||
timeout-minutes: 10
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in a new issue