diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml index f8f0549a17..38924dbdfa 100644 --- a/.github/workflows/rebase.yml +++ b/.github/workflows/rebase.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout the latest code uses: actions/checkout@v2 with: - token: ${{ secrets.TOKEN }} + token: ${{ secrets.CART_PAT }} persist-credentials: false fetch-depth: 0 # otherwise, you will fail to push refs to dest repo - name: Automatic Rebase