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

Signed-off-by: Seonghyeon Cho <seonghyeoncho96@gmail.com>
This commit is contained in:
Seonghyeon Cho 2024-08-27 06:36:55 +09:00 committed by GitHub
parent f6595f554a
commit 1c0a3ddf03
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