Skip to content

Commit 03ac8b7

Browse files
committed
restrict permissions to read.
1 parent 597e600 commit 03ac8b7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/pypi_publish.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
branches:
99
- 'v*-release'
1010

11+
permissions:
12+
contents: read
13+
1114
jobs:
1215
build-and-test:
1316
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)