From e4a083e1e2fc9db4f7b2a102358f48bbb8297606 Mon Sep 17 00:00:00 2001 From: freearhey Date: Sun, 3 Nov 2019 11:13:45 +0300 Subject: [PATCH] Update format.yml --- .github/workflows/format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 09d39437c1..d3565de9d3 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -23,7 +23,7 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@v1.6.0 env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.REPO_SCOPED_TOKEN }} COMMIT_MESSAGE: 'Formatted playlists' PULL_REQUEST_BRANCH: bot-patch PULL_REQUEST_TITLE: '[Bot] Format playlists'