Skip to content

Commit 3a0e283

Browse files
fix: permissions in release ci
bench: 2274658
1 parent f19c65f commit 3a0e283

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
target: x86_64-pc-windows-msvc
2828
artifact_name: byte-knight.exe
2929
extension: ".exe"
30-
30+
permissions:
31+
contents: write
3132
runs-on: ${{ matrix.os }}
3233
steps:
3334
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)