fix(devops): Unexpected value 'read|write' (#23450)

This commit is contained in:
Yury Semikhatsky 2023-06-01 14:01:03 -07:00 committed by GitHub
parent 84942aa992
commit 0a6fe3fac5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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