Skip to content

Commit 42243a3

Browse files
committed
✨ Update release workflow to add permissions for write access to contents
1 parent 00a7673 commit 42243a3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
types:
66
- published
77

8+
permissions:
9+
contents: write
10+
811
jobs:
912
bump-version:
1013
runs-on: ubuntu-latest
@@ -13,7 +16,6 @@ jobs:
1316
with:
1417
fetch-depth: 0
1518
ref: ${{ github.ref_name }}
16-
ssh-key: ${{ secrets.SSH_KEY }}
1719

1820
- name: Install uv
1921
uses: astral-sh/setup-uv@v3

0 commit comments

Comments
 (0)