From d42722617574d3b50ed74f20ed7cf0c7ef8a2d8c Mon Sep 17 00:00:00 2001 From: Justin Halsall Date: Tue, 3 Feb 2026 14:15:38 +0100 Subject: [PATCH] Add permissions for contents and pull-requests for release workflow (#1779) --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a3515213..67bed7be 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,6 +11,9 @@ jobs: release: name: Release runs-on: ubuntu-latest + permissions: + contents: write + pull-requests: write steps: - name: Checkout Repo uses: actions/checkout@v3