fix: add write permissions for release uploads
- SHA
f17f6083060a4c11e4f0e39959c6f1043fcb0ec6- Parents
-
4ce8b35 - Tree
044fbc7
f17f608
f17f6083060a4c11e4f0e39959c6f1043fcb0ec64ce8b35
044fbc7| Status | File | + | - |
|---|---|---|---|
| M |
.github/workflows/build.yml
|
3 | 0 |
.github/workflows/build.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 |