diff --git a/.github/workflows/rebase_command.yml b/.github/workflows/rebase_command.yml index 5ec001e848..4afb034778 100644 --- a/.github/workflows/rebase_command.yml +++ b/.github/workflows/rebase_command.yml @@ -9,6 +9,7 @@ jobs: - uses: peter-evans/rebase@v3 id: rebase with: + token: ${{ secrets.REBASE_TOKEN }} head: ${{ github.event.client_payload.pull_request.head.label }} - name: Add reaction if: steps.rebase.outputs.rebased-count == 1