Skip to content

Commit 9b95294

Browse files
[actions] Fix automerge actions don't work issue. (sonic-net#11671)
1 parent ffd9e19 commit 9b95294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/automerge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: automerge
1616
uses: 'pascalgn/[email protected]'
1717
env:
18-
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'
18+
GITHUB_TOKEN: '${{ secrets.TOKEN }}'
1919
MERGE_LABELS: 'automerge'
2020
MERGE_METHOD: 'squash'
2121
MERGE_FILTER_AUTHOR: 'mssonicbld'

0 commit comments

Comments
 (0)