fix rebase workflow (again)
This commit is contained in:
parent
7095dfe4c8
commit
b9b4a49419
2
.github/workflows/rebase.yml
vendored
2
.github/workflows/rebase.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
|||||||
- name: Checkout the latest code
|
- name: Checkout the latest code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.TOKEN }}
|
token: ${{ secrets.CART_PAT }}
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
|
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
|
||||||
- name: Automatic Rebase
|
- name: Automatic Rebase
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user