Skip to content

Commit 1fd9d32

Browse files
authored
Update main.yml to fix permissions
Signed-off-by: Vivek Joshy <git@vivekjoshy.com>
1 parent 73f1e65 commit 1fd9d32

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
github.repository
1616
name: ${{ matrix.os }} / ${{ matrix.python-version }} (${{ matrix.architecture }})
1717
runs-on: ${{ matrix.os }}-latest
18+
permissions: write-all
1819
strategy:
1920
fail-fast: false
2021
matrix:
@@ -56,6 +57,7 @@ jobs:
5657
github.repository
5758
name: ${{ matrix.os }} / ${{ matrix.python-version }} (${{ matrix.architecture }})
5859
runs-on: ${{ matrix.os }}-latest
60+
permissions: write-all
5961
strategy:
6062
fail-fast: true
6163
matrix:
@@ -96,6 +98,7 @@ jobs:
9698
github.repository
9799
name: ${{ matrix.os }} / ${{ matrix.python-version }} (${{ matrix.architecture }})
98100
runs-on: ${{ matrix.os }}-latest
101+
permissions: write-all
99102
strategy:
100103
fail-fast: true
101104
matrix:

0 commit comments

Comments
 (0)