Skip to content

Commit 243ccbb

Browse files
authored
Update python-publish.yml
1 parent 6109f72 commit 243ccbb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,14 @@ on:
1212
release:
1313
types: [published]
1414

15-
permissions:
16-
contents: read
17-
1815
jobs:
1916
deploy:
2017
runs-on: ubuntu-latest
2118

2219
permissions:
2320
# IMPORTANT: this permission is mandatory for trusted publishing
2421
id-token: write
22+
contents: read
2523

2624
steps:
2725
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)