fix rebase workflow (again)

This commit is contained in:
Carter Anderson 2021-02-01 12:26:55 -08:00 committed by GitHub
parent 7095dfe4c8
commit b9b4a49419
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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