Skip to content

Commit c55ec7c

Browse files
Merge pull request #105 from aboutcode-org/fix-github-release
Set permissions for github release properly
2 parents c9cb5a9 + b3cfa59 commit c55ec7c

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)