From 640f339b7d99a961abb8692537ce41f9db9d4b05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6?= Date: Wed, 28 Jul 2021 07:40:58 +0200 Subject: [PATCH] Add checkout token --- .github/workflows/command-rebase.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/command-rebase.yml b/.github/workflows/command-rebase.yml index 283a3461159..74cee33101d 100644 --- a/.github/workflows/command-rebase.yml +++ b/.github/workflows/command-rebase.yml @@ -29,6 +29,7 @@ jobs: uses: actions/checkout@v2 with: fetch-depth: 0 + token: ${{ secrets.COMMAND_BOT_PAT }} - name: Automatic Rebase uses: cirrus-actions/rebase@1.5