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

ci: Add write permission to release action so it can create the branch #57

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
name: pypi
url: https://pypi.org/p/timefold-solver
permissions:
contents: write # IMPORTANT: required for action to create release branch
id-token: write # IMPORTANT: mandatory for trusted publishing
steps:
- name: Print inputs to the release workflow
Expand Down
Loading