Skip to content

Commit 4fc07e6

Browse files
committed
Pass explicit token in auto-merge-dependabot
1 parent ffc3a3c commit 4fc07e6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,6 @@ 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
110106
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)