Skip to content

Commit 551e3f0

Browse files
committed
fix(ci): set contents: write permissions
1 parent 2554a4d commit 551e3f0

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
@@ -125,6 +125,8 @@ jobs:
125125
name: publish
126126
runs-on: ubuntu-latest
127127
needs: ["dist", "dist-x86_64-unknown-linux-musl"]
128+
permissions:
129+
contents: write
128130
steps:
129131
- name: Checkout repository
130132
uses: actions/checkout@v4

0 commit comments

Comments
 (0)