Skip to content

Commit 1432ed7

Browse files
committed
Add missing permission for contents in release workflow
1 parent 51e999a commit 1432ed7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
permissions:
1515
# IMPORTANT: this permission is mandatory for trusted publishing via PyPi
1616
id-token: write
17+
contents: write
1718

1819
steps:
1920
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)