Skip to content

Commit 957c1bc

Browse files
committed
Updated .github/workflows/auto-merge.yml
1 parent f6a4f58 commit 957c1bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: automerge
2020
uses: pascalgn/[email protected]
2121
env:
22-
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}
22+
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN || github.token }}
2323
MERGE_METHOD: "rebase"
2424
UPDATE_METHOD: "rebase"
2525
MERGE_RETRIES: "6"

0 commit comments

Comments
 (0)