Skip to content

Commit 5c1b4de

Browse files
authored
Merge pull request #696 from thecodacus/fix/workflow-permission
chore: added workflow permission
2 parents 6015747 + bd71d7e commit 5c1b4de

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/update-stable.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ on:
55
types: [closed]
66
branches:
77
- main
8-
8+
permissions:
9+
contents: write
10+
911
jobs:
1012
update-stable:
1113
if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'stable-release')

0 commit comments

Comments
 (0)