From 36f3da3c526260deb96ce8f03cb2eba0c4c76069 Mon Sep 17 00:00:00 2001 From: Mauro Morales Date: Tue, 2 Jul 2024 10:58:27 +0200 Subject: [PATCH] Add missing permissions on master pipeline Signed-off-by: Mauro Morales --- .github/workflows/image.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/workflows/image.yaml b/.github/workflows/image.yaml index ee1153377..91c4191c1 100644 --- a/.github/workflows/image.yaml +++ b/.github/workflows/image.yaml @@ -248,6 +248,21 @@ jobs: releaseMatcher: leap-15.5 custom-partitioning: uses: ./.github/workflows/reusable-custom-partitioning-test.yaml + permissions: + id-token: write # OIDC support + contents: write + security-events: write + actions: read + attestations: read + checks: read + deployments: read + discussions: read + issues: read + packages: read + pages: read + pull-requests: read + repository-projects: read + statuses: read with: flavor: ${{ matrix.flavor }} flavor_release: ${{ matrix.flavorRelease }}