Skip to content

Commit

Permalink
Merge pull request #11 from notjagan/release-permission
Browse files Browse the repository at this point in the history
Add content write permission for release workflow
  • Loading branch information
notjagan authored Dec 9, 2023
2 parents 58d57ed + 6263d42 commit c0fa783
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ jobs:
- build-sdist
permissions:
id-token: write
contents: write
if: github.event_name == 'release'

steps:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "vibrio"
version = "0.1.7"
version = "0.1.8"
readme = "README.md"
requires-python = ">=3.9"
license = { file = "LICENSE" }
Expand Down

0 comments on commit c0fa783

Please sign in to comment.