Skip to content

Commit c162551

Browse files
committed
fix(actions): allow for writing releases
1 parent e433b4c commit c162551

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ on:
1414
jobs:
1515
build:
1616
runs-on: ubuntu-latest
17+
permissions:
18+
contents: write
1719
steps:
1820
- uses: actions/checkout@v4
1921
- uses: oven-sh/setup-bun@v2

0 commit comments

Comments
 (0)