Skip to content

Commit bd71d7e

Browse files
committed
chore: added workflow permission
1 parent 6015747 commit bd71d7e

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)