From f9a6de1907865e4c325fa5cffa24686baa8bc684 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Wed, 26 May 2021 17:55:04 +0300 Subject: [PATCH] Update auto-update.yml --- .github/workflows/auto-update.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 68b8dca26c..8532b4e5c0 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -94,6 +94,7 @@ jobs: commit-message: '[Bot] Update playlists' branch: bot/auto-update delete-branch: true + token: ${{ secrets.PAT }} - name: Merge Pull Request if: steps.pr.outputs.pull-request-operation == 'created' uses: peter-evans/enable-pull-request-automerge@v1