From 9b0326bbd8776b153a652547807618807140932e Mon Sep 17 00:00:00 2001 From: TheBusyBiscuit Date: Thu, 18 Jun 2020 00:11:44 +0200 Subject: [PATCH] [CI skip] Updated workflow --- .github/workflows/auto-approve.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index e1a4d0c5f..73f369ce2 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -8,6 +8,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: hmarr/auto-approve-action@v2.0.0 - if: github.actor == 'gitlocalize-app[bot]' || github.actor == 'renovate-bot' + if: github.actor == 'gitlocalize-app[bot]' || github.actor == 'renovate[bot]' with: github-token: "${{ secrets.ACCESS_TOKEN }}"