Skip to content

Commit 80b3a96

Browse files
committed
Another place permissions need to be changed
1 parent c8335b1 commit 80b3a96

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/reusable_build_wheels.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ on:
4343
type: boolean
4444
default: true
4545

46-
permissions: read-all
46+
permissions:
47+
contents: write
4748

4849
jobs:
4950
build-wheels:

0 commit comments

Comments
 (0)