mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-20 23:36:29 -04:00
added forgotten permission to write to action
added actions: write to release that references upgrade added actions: write to weekly e2e that references upgrade
This commit is contained in:
parent
8e8cba8bae
commit
c03f206895
1
.github/workflows/e2e-test-release.yml
vendored
1
.github/workflows/e2e-test-release.yml
vendored
@ -441,6 +441,7 @@ jobs:
|
||||
contents: read
|
||||
checks: write
|
||||
packages: write
|
||||
actions: write
|
||||
uses: ./.github/workflows/e2e-upgrade.yml
|
||||
with:
|
||||
fromVersion: ${{ matrix.fromVersion }}
|
||||
|
1
.github/workflows/e2e-test-weekly.yml
vendored
1
.github/workflows/e2e-test-weekly.yml
vendored
@ -457,6 +457,7 @@ jobs:
|
||||
checks: write
|
||||
contents: read
|
||||
packages: write
|
||||
actions: write
|
||||
uses: ./.github/workflows/e2e-upgrade.yml
|
||||
with:
|
||||
fromVersion: ${{ matrix.fromVersion }}
|
||||
|
1
.github/workflows/e2e-upgrade.yml
vendored
1
.github/workflows/e2e-upgrade.yml
vendored
@ -441,6 +441,7 @@ jobs:
|
||||
checks: write
|
||||
contents: read
|
||||
packages: write
|
||||
actions: write
|
||||
if: always()
|
||||
needs: [generate-input-parameters, create-cluster, e2e-upgrade]
|
||||
steps:
|
||||
|
Loading…
x
Reference in New Issue
Block a user