From 877663d6af5ffdd7d6390404962caa470abab150 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?James=20Pether=20S=C3=B6rling?= Date: Sat, 18 Jul 2026 00:33:53 +0200 Subject: [PATCH] Update release.yml with additional permissions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added permissions for security-events, packages, and statuses. Signed-off-by: James Pether Sörling --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7722cc9992..5b30e700d7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,6 +26,10 @@ jobs: issues: write # Updated to write for release-drafter pull-requests: write # Updated to write for release-drafter attestations: write # Required to create and persist attestations + security-events: write # Needed for SBOM attestation + packages: write # Needed for publishing packages + statuses: write # Required for commit statuses updated by actions + deployments: write strategy: fail-fast: false