From db0eda510ede798d98bd46597431fd7fca461f60 Mon Sep 17 00:00:00 2001 From: Thomas Belin Date: Wed, 24 Jan 2024 14:25:32 +0100 Subject: [PATCH] chore: Fix permission for cherry-pick job --- .github/workflows/cherry-pick-release-to-dev.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cherry-pick-release-to-dev.yml b/.github/workflows/cherry-pick-release-to-dev.yml index 3106a5bc321..799719e3762 100644 --- a/.github/workflows/cherry-pick-release-to-dev.yml +++ b/.github/workflows/cherry-pick-release-to-dev.yml @@ -8,6 +8,7 @@ on: permissions: pull-requests: write + contents: write jobs: cherry_pick: