Skip to content

Commit 6aced94

Browse files
committed
ci(GA): use custom GITHUB_TOKEN
1 parent bb19071 commit 6aced94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: ridedott/merge-me-action@master
2727
with:
2828
GITHUB_LOGIN: dependabot[bot]
29-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29+
GITHUB_TOKEN: ${{ secrets.MERGE_ME_GITHUB_TOKEN }}
3030
MERGE_METHOD: SQUASH
3131
PRESET: DEPENDABOT_MINOR
3232

0 commit comments

Comments
 (0)