Skip to content

Commit 096117c

Browse files
feat: added automerge and autoapprove file in workflow (#28)
1 parent f894b9a commit 096117c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/automerge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: hmarr/auto-approve-action@v3.2.1
1515
if: github.actor == 'dependabot[bot]'
1616
with:
17-
github_token: ${{ secrets.GITHUB }}
17+
github-token: ${{ secrets.GITHUB }}
1818

1919
automerge:
2020
runs-on: ubuntu-latest
@@ -24,7 +24,7 @@ jobs:
2424
uses: pascalgn/automerge-action@v0.15.6
2525
if: github.event_name == 'pull_request' && github.event.action == 'synchronize' && github.event.pull_request.draft == false && success()
2626
env:
27-
GITHUB_TOKEN: ${{ github.token }}
27+
GITHUB_TOKEN: ${{ secrets.GITHUB }}
2828
MERGE_FILTER_AUTHOR: 'dependabot[bot]'
2929
MERGE_METHOD: "merge"
3030
MERGE_DELETE_BRANCH: "true"

0 commit comments

Comments
 (0)