We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a748fd4 commit a908944Copy full SHA for a908944
.github/workflows/auto-merge.yml
@@ -18,5 +18,5 @@ jobs:
18
if: ${{ github.event.workflow_run.conclusion == 'success' }}
19
uses: ridedott/merge-me-action@v2
20
with:
21
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.AUTO_MERGE_TOKEN }}
22
PRESET: DEPENDABOT_MINOR
0 commit comments