From 245a9a819ec13f9cbf7d2b2e09a9ba2c1994f7ac Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Wed, 26 May 2021 17:33:09 +0300 Subject: [PATCH] Update auto-update.yml --- .github/workflows/auto-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 2b79927dd..67575cb19 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -98,7 +98,7 @@ jobs: if: steps.pr.outputs.pull-request-operation == 'created' uses: juliangruber/approve-pull-request-action@v1 with: - github-token: ${{ secrets.GITHUB_TOKEN }} + github-token: ${{ secrets.PAT }} number: ${{ steps.pr.outputs.pull-request-number }} - name: Merge Pull Request if: steps.pr.outputs.pull-request-operation == 'created'