juliaturc commited on
Commit
ce302e0
·
1 Parent(s): 044f96f

Give write permissions to the GitHub action

Browse files
Files changed (1) hide show
  1. .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