Add access token to env

This commit is contained in:
Rory Powell 2022-04-21 22:19:52 +01:00
parent 4c9791216a
commit 989f0fde59
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