From b5c7d76e5fc19e31946eccb1289459d32de8a35c Mon Sep 17 00:00:00 2001 From: Mauro Morales Date: Mon, 4 Mar 2024 14:17:40 +0100 Subject: [PATCH] Add permissions to build-core-uki release workflow Signed-off-by: Mauro Morales --- .github/workflows/release.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2c46a215f..fc5360b31 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -213,6 +213,11 @@ jobs: category: ${{ matrix.flavor }} build-core-uki: runs-on: ubuntu-latest + permissions: + id-token: write # OIDC support + contents: write + actions: read + security-events: write needs: - get-uki-matrix strategy: