Add token to pro checkout
This commit is contained in:
parent
fa1f9ad6cc
commit
bd5237c83e
|
@ -27,6 +27,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
repository: budibase/budibase-pro
|
repository: budibase/budibase-pro
|
||||||
path: './pro'
|
path: './pro'
|
||||||
|
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
|
||||||
|
|
||||||
- name: Use Node.js ${{ matrix.node-version }}
|
- name: Use Node.js ${{ matrix.node-version }}
|
||||||
uses: actions/setup-node@v1
|
uses: actions/setup-node@v1
|
||||||
|
|
Loading…
Reference in New Issue