Skip to content
This repository was archived by the owner on Jul 17, 2024. It is now read-only.

Commit b14b306

Browse files
ci: Add write permission to release action so it can create the branch (#57)
1 parent 1dc59ec commit b14b306

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
name: pypi
3131
url: https://pypi.org/p/timefold-solver
3232
permissions:
33+
contents: write # IMPORTANT: required for action to create release branch
34+
pull-requests: write # IMPORTANT: so release PR can be created
3335
id-token: write # IMPORTANT: mandatory for trusted publishing
3436
steps:
3537
- name: Print inputs to the release workflow

0 commit comments

Comments
 (0)