mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
fix(ci): use correct token (#2743)
This commit is contained in:
2
.github/workflows/automerge.yml
vendored
2
.github/workflows/automerge.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
||||
- name: automerge
|
||||
uses: "pascalgn/automerge-action@v0.13.0"
|
||||
env:
|
||||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||
GITHUB_TOKEN: "${{ secrets.GH_REPO_TOKEN }}"
|
||||
MERGE_LABELS: "automerge,!WIP"
|
||||
MERGE_REMOVE_LABELS: "automerge"
|
||||
MERGE_METHOD: "squash"
|
||||
|
||||
Reference in New Issue
Block a user