From 03ec4426b2afffb789f03dd3abaa3846928d801c Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 17 Jan 2024 19:42:42 +0100 Subject: [PATCH] ci(release): patch release with write permissions (#12443) To help with creating the relevant PRs --- .github/workflows/run-patch-release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/run-patch-release.yml b/.github/workflows/run-patch-release.yml index a40979f119b..5af9c3441ac 100644 --- a/.github/workflows/run-patch-release.yml +++ b/.github/workflows/run-patch-release.yml @@ -43,6 +43,8 @@ jobs: needs: [ prepare ] env: RELEASE_VERSION: ${{ needs.prepare.outputs.release-version }} + permissions: + contents: write steps: - uses: actions/checkout@v4 with: