1
0
Fork 0
mirror of synced 2024-06-02 10:34:40 +12:00

Add token to pro checkout

This commit is contained in:
Rory Powell 2022-04-13 21:27:52 +01:00
parent 5085358423
commit 5cfb07916d

View file

@ -27,6 +27,7 @@ jobs:
with:
repository: budibase/budibase-pro
path: './pro'
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1