From f50177bdb1c6522d68aff75dda9234d135f54e39 Mon Sep 17 00:00:00 2001 From: Garvin Hicking Date: Thu, 5 Mar 2026 22:25:48 +0100 Subject: [PATCH] [TASK] Adjust GH workflow for write permission --- .github/workflows/backport.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index 18f2e8b..9a96987 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -9,6 +9,9 @@ jobs: backport: runs-on: ubuntu-latest name: Backport + permissions: + contents: write # needed to push the backport branch + pull-requests: write # needed to open the PR steps: - name: Backport uses: m-kuhn/backport@v1.2.6