Skip to content

Commit f8c4a31

Browse files
committed
Fix workflow permissions
1 parent d0a2be3 commit f8c4a31

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/build-wheels-0.1.62.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Build Wheels 0.1.62 AVX2
22

33
on: workflow_dispatch
44

5+
permissions:
6+
contents: write
7+
58
jobs:
69
build_wheels:
710
name: Build wheels for ${{ matrix.os }}

.github/workflows/build-wheels-0.1.66.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Build Wheels 0.1.66 AVX2
22

33
on: workflow_dispatch
44

5+
permissions:
6+
contents: write
7+
58
jobs:
69
build_wheels:
710
name: Build wheels for ${{ matrix.os }}

0 commit comments

Comments
 (0)