Skip to content

Commit

Permalink
e2e: add "checks: write" permission for junit reports
Browse files Browse the repository at this point in the history
  • Loading branch information
Nirusu committed Mar 17, 2023
1 parent 3fd9a34 commit 638899d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e-test-daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
runs-on: ubuntu-22.04
permissions:
id-token: write
checks: write
contents: read
needs: [find-latest-image]
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/e2e-test-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ jobs:
runs-on: ${{ inputs.runner }}
permissions:
id-token: write
checks: write
contents: read
needs: [find-latest-image, build-bootstrapper]
if: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/e2e-test-weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ jobs:
runs-on: ubuntu-22.04
permissions:
id-token: write
checks: write
contents: read
needs: [find-latest-image]
steps:
Expand Down

0 comments on commit 638899d

Please # to comment.