From b9b4a494190afb5e3c8469ddf73947fe281d99e7 Mon Sep 17 00:00:00 2001 From: Carter Anderson Date: Mon, 1 Feb 2021 12:26:55 -0800 Subject: [PATCH] fix rebase workflow (again) --- .github/workflows/rebase.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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