diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/command-rebase.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |