Skip to content

Commit 16876cf

Browse files
committed
ci(actions): use different GitHub token for automege updates
Hopefully this fixes the PR run issues with dependency PRs
1 parent c746ce6 commit 16876cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: automerge
2525
uses: 'pascalgn/automerge-action@f81beb99aef41bb55ad072857d43073fba833a98'
2626
env:
27-
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
27+
GITHUB_TOKEN: '${{ secrets.AUTOMERGE_TOKEN }}'
2828
MERGE_LABELS: 'automerge,!work in progress'
2929
MERGE_REMOVE_LABELS: 'automerge'
3030
MERGE_METHOD: 'rebase'

0 commit comments

Comments
 (0)