Add token to pro checkout

This commit is contained in:
Rory Powell 2022-04-13 21:27:52 +01:00
parent fa1f9ad6cc
commit bd5237c83e
1 changed files with 1 additions and 0 deletions

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