CI: Grant checks write permissions to E2E Test Report. (#11862)
Signed-off-by: Seonghyeon Cho <seonghyeoncho96@gmail.com>
This commit is contained in:
parent
f6595f554a
commit
1c0a3ddf03
1 changed files with 4 additions and 0 deletions
4
.github/workflows/junit-reports.yaml
vendored
4
.github/workflows/junit-reports.yaml
vendored
|
@ -5,6 +5,10 @@ on:
|
||||||
workflows: ['CI'] # runs after CI workflow
|
workflows: ['CI'] # runs after CI workflow
|
||||||
types:
|
types:
|
||||||
- completed
|
- completed
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
checks: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
report:
|
report:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue