Skip to content

Commit 07c4051

Browse files
committed
add write permissions to workflow
1 parent 8e1a7e1 commit 07c4051

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
jobs:
1111
build-windows:
1212
runs-on: windows-latest
13+
permissions:
14+
contents: write
1315
steps:
1416
- uses: actions/checkout@v4
1517
- uses: moonrepo/setup-rust@v1

0 commit comments

Comments
 (0)