From 64bd7fd46b5437040c25f84ab8ae27f1c0019738 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Tue, 3 Aug 2021 04:01:16 +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 51565ffd51..eddc7fdb58 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -395,7 +395,7 @@ jobs: author: 'iptv-bot[bot] <84861620+iptv-bot[bot]@users.noreply.github.com>' branch: bot/auto-pull-request delete-branch: true - token: ${{ steps.pr-token.outputs.token }} + token: ${{ steps.generate-token.outputs.token }} - name: Enable Pull Request Automerge if: steps.generate-token.outputs.pull-request-operation == 'created' uses: peter-evans/enable-pull-request-automerge@v1