Skip to content

Commit cfcb06a

Browse files
authored
CI Set explicit permissions for wheels GHA workflow (scikit-learn#30703)
1 parent 0cf3f45 commit cfcb06a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Workflow to build and test wheels
22
name: Wheel builder
3+
permissions:
4+
contents: read
35

46
on:
57
schedule:

0 commit comments

Comments
 (0)