mirror of https://github.com/Icinga/L10n.git
automatic-merge: Use the icingabot's token to trigger workflows
This commit is contained in:
parent
c2438fdbef
commit
4b0baaf049
|
@ -13,9 +13,9 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Merge ready PRs
|
||||
uses: pascalgn/automerge-action@135f0bdb927d9807b5446f7ca9ecc2c51de03c4a
|
||||
uses: pascalgn/automerge-action@v0.14.3
|
||||
env:
|
||||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||
GITHUB_TOKEN: "${{ secrets.ICINGABOT_TOKEN }}"
|
||||
MERGE_LABELS: "automation"
|
||||
MERGE_METHOD: "squash"
|
||||
MERGE_DELETE_BRANCH: "true"
|
||||
|
|
Loading…
Reference in New Issue