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 f894b9a commit 096117cCopy full SHA for 096117c
.github/workflows/automerge.yml
@@ -14,7 +14,7 @@ jobs:
14
uses: hmarr/auto-approve-action@v3.2.1
15
if: github.actor == 'dependabot[bot]'
16
with:
17
- github_token: ${{ secrets.GITHUB }}
+ github-token: ${{ secrets.GITHUB }}
18
19
automerge:
20
runs-on: ubuntu-latest
@@ -24,7 +24,7 @@ jobs:
24
uses: pascalgn/automerge-action@v0.15.6
25
if: github.event_name == 'pull_request' && github.event.action == 'synchronize' && github.event.pull_request.draft == false && success()
26
env:
27
- GITHUB_TOKEN: ${{ github.token }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB }}
28
MERGE_FILTER_AUTHOR: 'dependabot[bot]'
29
MERGE_METHOD: "merge"
30
MERGE_DELETE_BRANCH: "true"
0 commit comments