Skip to content

Commit

Permalink
fix(ci): add permissions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
eiri committed Mar 28, 2024
1 parent 9207a19 commit 9702f3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
jobs:
tests:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "py-bitcask"
version = "0.1.1"
version = "0.1.2"
description = ""
authors = ["Eric Avdey <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 9702f3a

Please sign in to comment.