Skip to content

Commit 3414a62

Browse files
committed
fix: use bot token when merging dependabot workflow PRs
1 parent d0387a4 commit 3414a62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: "Merge pull request"
3434
uses: "actions/github-script@v8"
3535
with:
36-
github-token: "${{ secrets.GITHUB_TOKEN }}"
36+
github-token: "${{ secrets.IMPRESSBOT_TOKEN }}"
3737
script: |
3838
const pullRequest = context.payload.workflow_run.pull_requests[0]
3939
const repository = context.repo

0 commit comments

Comments
 (0)