We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d92a909 commit db7e480Copy full SHA for db7e480
.github/workflows/ci.yml
@@ -103,5 +103,8 @@ 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: inherit
0 commit comments