Skip to content

Commit

Permalink
Add permissions on release creation
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Jul 24, 2024
1 parent 3faf516 commit 3407855
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
path: dist/*.tar.gz
create_release:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Get the tag name and determine if it's a prerelease
id: get_tag_info
Expand Down

0 comments on commit 3407855

Please sign in to comment.