1
0
Fork 0
mirror of synced 2024-06-18 18:35:37 +12:00

Add access token to env

This commit is contained in:
Rory Powell 2022-04-21 22:19:52 +01:00
parent 4c9791216a
commit 989f0fde59

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