We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73f1e65 commit 1fd9d32Copy full SHA for 1fd9d32
.github/workflows/main.yml
@@ -15,6 +15,7 @@ jobs:
15
github.repository
16
name: ${{ matrix.os }} / ${{ matrix.python-version }} (${{ matrix.architecture }})
17
runs-on: ${{ matrix.os }}-latest
18
+ permissions: write-all
19
strategy:
20
fail-fast: false
21
matrix:
@@ -56,6 +57,7 @@ jobs:
56
57
58
59
60
61
62
fail-fast: true
63
@@ -96,6 +98,7 @@ jobs:
96
98
97
99
100
101
102
103
104
0 commit comments