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

Commit

Permalink
ci: Add write permission to release action so it can create the branch (
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher-Chianelli authored May 16, 2024
1 parent 1dc59ec commit b14b306
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b14b306

Please sign in to comment.