Add access token to env
This commit is contained in:
parent
77a79e26d1
commit
46155c8308
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue