Spaces:
Paused
Paused
Mirrowel commited on
Commit ·
955ed9f
1
Parent(s): eae6dc2
feat: Add permissions for contents write access in build workflow
Browse files
.github/workflows/build.yml
CHANGED
|
@@ -12,6 +12,8 @@ on:
|
|
| 12 |
jobs:
|
| 13 |
build:
|
| 14 |
runs-on: windows-latest
|
|
|
|
|
|
|
| 15 |
|
| 16 |
steps:
|
| 17 |
- name: Check out repository
|
|
|
|
| 12 |
jobs:
|
| 13 |
build:
|
| 14 |
runs-on: windows-latest
|
| 15 |
+
permissions:
|
| 16 |
+
contents: write
|
| 17 |
|
| 18 |
steps:
|
| 19 |
- name: Check out repository
|