Skip to content

Commit f185788

Browse files
build: use TypeStack bot token to merge Dependabot PRs
1 parent 1a6ee1b commit f185788

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto-merge-dependabot-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
- name: 'Auto approve PR by Dependabot'
1010
uses: hmarr/[email protected]
1111
with:
12-
github-token: "${{ secrets.GITHUB_TOKEN }}"
12+
github-token: "${{ secrets.TYPESTACK_BOT_TOKEN }}"
1313
- name: 'Comment merge command'
1414
uses: actions/github-script@v3
1515
with:
16-
github-token: ${{secrets.GITHUB_TOKEN }}
16+
github-token: ${{secrets.TYPESTACK_BOT_TOKEN }}
1717
script: |
1818
await github.issues.createComment({
1919
owner: context.repo.owner,

0 commit comments

Comments
 (0)