Skip to content

Commit 53bd53c

Browse files
authored
Merge pull request #849 from modelix/ci/dependabot-permission-fix
ci: add missing contents permission to dependabot-auto-merge workflow
2 parents 5696d86 + ab89669 commit 53bd53c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/dependabot-auto-merge.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Dependabot auto-merge
22
on: pull_request
33

44
permissions:
5+
contents: write
56
pull-requests: write
67

78
jobs:

0 commit comments

Comments
 (0)