From f2bb703c321ad88558c44216e51767e08ca34a42 Mon Sep 17 00:00:00 2001 From: Colin Hutchinson Date: Sat, 9 Apr 2022 16:59:25 +0000 Subject: [PATCH] chore(template): sync with hutchic/template-template --- .github/workflows/labeller.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/labeller.yml b/.github/workflows/labeller.yml index 6c9c920..2d62966 100644 --- a/.github/workflows/labeller.yml +++ b/.github/workflows/labeller.yml @@ -11,8 +11,8 @@ jobs: - uses: actions/labeler@v3 continue-on-error: true with: - repo-token: ${{ secrets.AUTOMERGE_TOKEN }} + repo-token: ${{ secrets.AUTO_MERGE_TOKEN }} - uses: TimonVS/pr-labeler-action@v3.1.0 continue-on-error: true env: - GITHUB_TOKEN: ${{ secrets.AUTOMERGE_TOKEN }} + GITHUB_TOKEN: ${{ secrets.AUTO_MERGE_TOKEN }}