Skip to content

Commit 45fe794

Browse files
committed
fix(CI): release workflow write permissions
1 parent 5ac9b87 commit 45fe794

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
release:
1212
name: Release
1313
runs-on: ubuntu-latest
14+
permissions:
15+
contents: write
1416
steps:
1517
- name: Checkout branch
1618
uses: actions/checkout@v4

0 commit comments

Comments
 (0)