Skip to content

Commit

Permalink
Try to fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Jul 22, 2024
1 parent 20465c2 commit 06677b6
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,12 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
with:
asset_paths: '["./dist/*.tar.gz"]'
permissions:
contents: write
checks: write

actions: read
issues: read
packages: write
pull-requests: read
repository-projects: read
permissions:
contents: write
checks: write
actions: read
issues: read
packages: write
pull-requests: read
repository-projects: read
statuses: read

0 comments on commit 06677b6

Please sign in to comment.