Skip to content

Commit bdb7598

Browse files
Give permission to publish to github releases
Signed-off-by: Ayan Sinha Mahapatra <asmahapatra@aboutcode.org>
1 parent a181768 commit bdb7598

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/pypi-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ jobs:
5050

5151

5252
create-gh-release:
53+
permissions:
54+
contents: write # to create GitHub release (softprops/action-gh-release)
55+
5356
name: Create GH release
5457
needs:
5558
- build-pypi-distribs

0 commit comments

Comments
 (0)