Fix: add write permissions for release creation
- SHA
d27a852cbdaa5a52ee0bb0711e7c303d761a833a- Parents
-
98c456f - Tree
ecbd7af
d27a852
d27a852cbdaa5a52ee0bb0711e7c303d761a833a98c456f
ecbd7af| Status | File | + | - |
|---|---|---|---|
| M |
.github/workflows/build-windows.yml
|
3 | 0 |
.github/workflows/build-windows.ymlmodified@@ -6,6 +6,9 @@ on: | ||
| 6 | 6 | - 'v*' |
| 7 | 7 | workflow_dispatch: |
| 8 | 8 | |
| 9 | +permissions: | |
| 10 | + contents: write | |
| 11 | + | |
| 9 | 12 | jobs: |
| 10 | 13 | build-windows: |
| 11 | 14 | runs-on: windows-latest |