CI: Grant checks write permissions to E2E Test Report. (#11885)

Signed-off-by: Seonghyeon Cho <seonghyeoncho96@gmail.com>
Co-authored-by: Seonghyeon Cho <seonghyeoncho96@gmail.com>
This commit is contained in:
k8s-infra-cherrypick-robot 2024-08-26 14:42:44 -07:00 committed by GitHub
parent 2e208230df
commit 2421dd53cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,6 +5,10 @@ on:
workflows: ['CI'] # runs after CI workflow
types:
- completed
permissions:
checks: write
jobs:
report:
runs-on: ubuntu-latest