From b14b3066f8f24eda29100e9e7caacb0119f2f0e5 Mon Sep 17 00:00:00 2001 From: Christopher Chianelli Date: Thu, 16 May 2024 12:23:47 -0400 Subject: [PATCH] ci: Add write permission to release action so it can create the branch (#57) --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5b8c140..929f520 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,6 +30,8 @@ jobs: name: pypi url: https://pypi.org/p/timefold-solver permissions: + contents: write # IMPORTANT: required for action to create release branch + pull-requests: write # IMPORTANT: so release PR can be created id-token: write # IMPORTANT: mandatory for trusted publishing steps: - name: Print inputs to the release workflow