workflow access token
parent
f75c7e5f53
commit
3ae57a1dbf
|
|
@ -11,6 +11,7 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
token: ${{ secrets.WORKFLOW_TOKEN }}
|
||||||
- name: split upm branch
|
- name: split upm branch
|
||||||
run: |
|
run: |
|
||||||
git subtree split -P "$PKG_ROOT" -b upm
|
git subtree split -P "$PKG_ROOT" -b upm
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue