We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffc3a3c commit 4fc07e6Copy full SHA for 4fc07e6
.github/workflows/ci.yml
@@ -103,8 +103,6 @@ jobs:
103
# only for PRs by dependabot[bot]
104
if: github.event.pull_request.user.login == 'dependabot[bot]'
105
needs: [ build ]
106
- permissions:
107
- contents: write
108
- pull-requests: write
109
- workflows: write
110
uses: softwaremill/github-actions-workflows/.github/workflows/auto-merge.yml@main
+ secrets:
+ github-token: ${{ secrets.SOFTWAREMILL_CI_PR_TOKEN }}
0 commit comments