diff options
-rw-r--r-- | .github/workflows/command-rebase.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/command-rebase.yml b/.github/workflows/command-rebase.yml index a99b3d6336f..5ad39a1e2de 100644 --- a/.github/workflows/command-rebase.yml +++ b/.github/workflows/command-rebase.yml @@ -31,11 +31,8 @@ jobs: fetch-depth: 0 token: ${{ secrets.COMMAND_BOT_PAT }} - - name: Fix permissions - run: git config --global --add safe.directory /github/workspace - - name: Automatic Rebase - uses: cirrus-actions/rebase@1.5 + uses: cirrus-actions/rebase@1.6 env: GITHUB_TOKEN: ${{ secrets.COMMAND_BOT_PAT }} |