From 8bb938249cba0fa6161c8e05586324c360424980 Mon Sep 17 00:00:00 2001 From: xstefank Date: Wed, 10 Jun 2026 10:22:25 +0200 Subject: [PATCH] Add write permission to release-project-in-dir workflow Signed-off-by: xstefank --- .github/workflows/release-project-in-dir.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release-project-in-dir.yml b/.github/workflows/release-project-in-dir.yml index 111c1874b9..b785f9448b 100644 --- a/.github/workflows/release-project-in-dir.yml +++ b/.github/workflows/release-project-in-dir.yml @@ -53,6 +53,8 @@ jobs: update-working-version: runs-on: ubuntu-latest needs: publish + permissions: + contents: write if: "!contains(github.event.release.tag_name, 'RC')" # not sure we should keep this the RC part steps: - name: Checkout "${{inputs.version_branch}}" branch