Skip to content

Commit f3878b9

Browse files
sh-chodkostyrev
authored andcommitted
CI: Grant checks write permissions to E2E Test Report. (kubernetes#11862)
Signed-off-by: Seonghyeon Cho <[email protected]>
1 parent 79de2e7 commit f3878b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/junit-reports.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
workflows: ['CI'] # runs after CI workflow
66
types:
77
- completed
8+
9+
permissions:
10+
checks: write
11+
812
jobs:
913
report:
1014
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)