mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
ci: add missing permissions to workflows
+ packages: write + checks: write
This commit is contained in:
parent
dc5e6f30a9
commit
840eb401c6
1
.github/workflows/e2e-test-daily.yml
vendored
1
.github/workflows/e2e-test-daily.yml
vendored
@ -54,6 +54,7 @@ jobs:
|
|||||||
id-token: write
|
id-token: write
|
||||||
checks: write
|
checks: write
|
||||||
contents: read
|
contents: read
|
||||||
|
packages: write
|
||||||
needs: [find-latest-image]
|
needs: [find-latest-image]
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
|
1
.github/workflows/e2e-test-release.yml
vendored
1
.github/workflows/e2e-test-release.yml
vendored
@ -160,6 +160,7 @@ jobs:
|
|||||||
id-token: write
|
id-token: write
|
||||||
checks: write
|
checks: write
|
||||||
contents: read
|
contents: read
|
||||||
|
packages: write
|
||||||
steps:
|
steps:
|
||||||
- name: Install the basics tools (macOS)
|
- name: Install the basics tools (macOS)
|
||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
|
1
.github/workflows/e2e-test-weekly.yml
vendored
1
.github/workflows/e2e-test-weekly.yml
vendored
@ -174,6 +174,7 @@ jobs:
|
|||||||
id-token: write
|
id-token: write
|
||||||
checks: write
|
checks: write
|
||||||
contents: read
|
contents: read
|
||||||
|
packages: write
|
||||||
needs: [find-latest-image]
|
needs: [find-latest-image]
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
|
2
.github/workflows/e2e-upgrade.yml
vendored
2
.github/workflows/e2e-upgrade.yml
vendored
@ -94,7 +94,9 @@ jobs:
|
|||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
permissions:
|
permissions:
|
||||||
id-token: write
|
id-token: write
|
||||||
|
checks: write
|
||||||
contents: read
|
contents: read
|
||||||
|
packages: write
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
if: inputs.gitRef == 'head'
|
if: inputs.gitRef == 'head'
|
||||||
|
Loading…
Reference in New Issue
Block a user