Skip to content

Commit d86a0ac

Browse files
committed
Move permissions block to top level
1 parent 7522f7c commit d86a0ac

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ on:
1919
types:
2020
- published
2121

22+
permissions:
23+
contents: read
24+
2225
jobs:
2326
build-linux-py3-legacy:
2427
runs-on: ubuntu-24.04
25-
permissions:
26-
contents: read
27-
2828
strategy:
2929
fail-fast: false
3030
matrix:
@@ -61,9 +61,6 @@ jobs:
6161

6262
build-linux-py3:
6363
runs-on: ubuntu-24.04
64-
permissions:
65-
contents: read
66-
6764
strategy:
6865
fail-fast: false
6966
matrix:
@@ -110,9 +107,6 @@ jobs:
110107

111108
build-sdist:
112109
runs-on: ubuntu-24.04
113-
permissions:
114-
contents: read
115-
116110
steps:
117111
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
118112
with:

0 commit comments

Comments
 (0)