mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-13 16:39:29 -05:00
e2e: add "checks: write" permission for junit reports
This commit is contained in:
parent
c3c0940adb
commit
33cb3e8653
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…
Reference in New Issue
Block a user