Spaces:
Running
Running
Give write permissions to the GitHub action
Browse files- .github/workflows/ci.yml +3 -0
.github/workflows/ci.yml
CHANGED
|
@@ -8,6 +8,9 @@ on:
|
|
| 8 |
branches:
|
| 9 |
- main
|
| 10 |
|
|
|
|
|
|
|
|
|
|
| 11 |
jobs:
|
| 12 |
format-check:
|
| 13 |
runs-on: ubuntu-latest
|
|
|
|
| 8 |
branches:
|
| 9 |
- main
|
| 10 |
|
| 11 |
+
permissions:
|
| 12 |
+
contents: write
|
| 13 |
+
|
| 14 |
jobs:
|
| 15 |
format-check:
|
| 16 |
runs-on: ubuntu-latest
|