Skip to content

Commit a661fcb

Browse files
committed
Set permissions for cibuildwheel
1 parent 0c0a683 commit a661fcb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/cibuildwheel.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,8 @@ jobs:
2323
"RANLIB": "echo",
2424
"CIBW_BUILD_VERBOSITY": "5"
2525
}
26+
permissions:
27+
contents: write
28+
actions: read
2629
secrets:
2730
gh-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)