codacus commited on
Commit
bd71d7e
·
1 Parent(s): 6015747

chore: added workflow permission

Browse files
.github/workflows/update-stable.yml CHANGED
@@ -5,7 +5,9 @@ on:
5
  types: [closed]
6
  branches:
7
  - main
8
-
 
 
9
  jobs:
10
  update-stable:
11
  if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'stable-release')
 
5
  types: [closed]
6
  branches:
7
  - main
8
+ permissions:
9
+ contents: write
10
+
11
  jobs:
12
  update-stable:
13
  if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'stable-release')