Skip to content

Commit 9702f3a

Browse files
committed
fix(ci): add permissions for release
1 parent 9207a19 commit 9702f3a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
jobs:
1111
tests:
1212
runs-on: ubuntu-latest
13+
permissions:
14+
contents: write
1315
steps:
1416
- name: Checkout
1517
uses: actions/checkout@v4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "py-bitcask"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = ""
55
authors = ["Eric Avdey <eiri@eiri.ca>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)