Skip to content

Commit e482efb

Browse files
committed
workflow autoupdate_develop.yaml: add missing write permissions
1 parent 14744b1 commit e482efb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/autoupdate_develop.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
types:
88
- closed
99

10+
permissions:
11+
contents: write
12+
1013
jobs:
1114
merge-master-back-to-develop:
1215
if: github.event.pull_request.merged == true

0 commit comments

Comments
 (0)