Skip to content

Commit 2df2897

Browse files
authored
Add contents write permission for publishing docs on release
1 parent 78cc7f4 commit 2df2897

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pythonpublish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
permissions:
1313
# IMPORTANT: this permission is mandatory for trusted publishing
1414
id-token: write
15+
contents: write
1516
steps:
1617
- uses: actions/checkout@v4
1718
with:

0 commit comments

Comments
 (0)