automatic-merge: Use the icingabot's token to trigger workflows

This commit is contained in:
Johannes Meyer 2021-12-16 08:50:35 +01:00
parent c2438fdbef
commit 4b0baaf049
1 changed files with 2 additions and 2 deletions

View File

@ -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"