Skip to content

Commit

Permalink
CI: Grant checks write permissions to E2E Test Report. (#11885)
Browse files Browse the repository at this point in the history
Signed-off-by: Seonghyeon Cho <[email protected]>
Co-authored-by: Seonghyeon Cho <[email protected]>
  • Loading branch information
k8s-infra-cherrypick-robot and sh-cho authored Aug 26, 2024
1 parent 2e20823 commit 2421dd5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/junit-reports.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
workflows: ['CI'] # runs after CI workflow
types:
- completed

permissions:
checks: write

jobs:
report:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2421dd5

Please sign in to comment.