mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-01 22:06:06 -04:00
e2e: add "checks: write" permission for junit reports
This commit is contained in:
parent
c3c0940adb
commit
33cb3e8653
3 changed files with 3 additions and 0 deletions
1
.github/workflows/e2e-test-daily.yml
vendored
1
.github/workflows/e2e-test-daily.yml
vendored
|
@ -48,6 +48,7 @@ jobs:
|
|||
runs-on: ubuntu-22.04
|
||||
permissions:
|
||||
id-token: write
|
||||
checks: write
|
||||
contents: read
|
||||
needs: [find-latest-image]
|
||||
steps:
|
||||
|
|
1
.github/workflows/e2e-test-manual.yml
vendored
1
.github/workflows/e2e-test-manual.yml
vendored
|
@ -187,6 +187,7 @@ jobs:
|
|||
runs-on: ${{ inputs.runner }}
|
||||
permissions:
|
||||
id-token: write
|
||||
checks: write
|
||||
contents: read
|
||||
needs: [find-latest-image]
|
||||
if: always() && !cancelled()
|
||||
|
|
1
.github/workflows/e2e-test-weekly.yml
vendored
1
.github/workflows/e2e-test-weekly.yml
vendored
|
@ -96,6 +96,7 @@ jobs:
|
|||
runs-on: ubuntu-22.04
|
||||
permissions:
|
||||
id-token: write
|
||||
checks: write
|
||||
contents: read
|
||||
needs: [find-latest-image]
|
||||
steps:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue