mirror of
https://github.com/edgelesssys/constellation.git
synced 2026-01-03 08:45:30 -05:00
ci: add missing permissions for e2e-upgrade job (#1679)
Missed a spot..
This commit is contained in:
parent
e6d5c2f116
commit
c962e1745f
1 changed files with 2 additions and 0 deletions
2
.github/workflows/e2e-test-weekly.yml
vendored
2
.github/workflows/e2e-test-weekly.yml
vendored
|
|
@ -253,7 +253,9 @@ jobs:
|
|||
secrets: inherit
|
||||
permissions:
|
||||
id-token: write
|
||||
checks: write
|
||||
contents: read
|
||||
packages: write
|
||||
uses: ./.github/workflows/e2e-upgrade.yml
|
||||
with:
|
||||
fromVersion: ${{ matrix.fromVersion }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue