Skip to content

Commit 162df97

Browse files
committed
Fix permissions on reuseable workflow
1 parent d3f6443 commit 162df97

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
@@ -10,6 +10,9 @@ on:
1010
jobs:
1111
build_wheels:
1212
uses: explosion/gha-cibuildwheel/.github/workflows/cibuildwheel.yml@main
13+
permissions:
14+
contents: write
15+
actions: read
1316
with:
1417
pure-python: true
1518
secrets:

0 commit comments

Comments
 (0)