Add access token to env

This commit is contained in:
Rory Powell 2022-04-21 22:19:52 +01:00
parent 77a79e26d1
commit 46155c8308
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ jobs:
- name: Install Pro
run: yarn install:pro $BRANCH $BASE_BRANCH
env:
PERSONAL_ACCESS_TOKEN : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
- run: yarn
- run: yarn bootstrap