Skip to content

Commit db7e480

Browse files
authored
Grant workflow permissions for Dependabot auto-merge (#452)
1 parent d92a909 commit db7e480

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,8 @@ jobs:
103103
# only for PRs by dependabot[bot]
104104
if: github.event.pull_request.user.login == 'dependabot[bot]'
105105
needs: [ build ]
106+
permissions:
107+
contents: write
108+
pull-requests: write
109+
workflows: write
106110
uses: softwaremill/github-actions-workflows/.github/workflows/auto-merge.yml@main
107-
secrets: inherit

0 commit comments

Comments
 (0)