We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a71806 commit ffc3a3cCopy full SHA for ffc3a3c
.github/workflows/ci.yml
@@ -103,6 +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:
- github-token: ${{ secrets.SOFTWAREMILL_CI_PR_TOKEN }}
0 commit comments