Skip to content

Commit ffc3a3c

Browse files
committed
Grant workflow permissions for Dependabot auto-merge
1 parent 8a71806 commit ffc3a3c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +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:
108-
github-token: ${{ secrets.SOFTWAREMILL_CI_PR_TOKEN }}

0 commit comments

Comments
 (0)