add github toke nto electron download (#8047)

This commit is contained in:
Anthony Dresser
2019-10-26 15:59:17 -07:00
committed by GitHub
parent a895f53029
commit bf6b68c614
3 changed files with 6 additions and 0 deletions

View File

@@ -33,6 +33,8 @@ steps:
- script: |
yarn electron x64
displayName: Download Electron
env:
GITHUB_TOKEN: $(GITHUB_TOKEN) # {{SQL CARBON EDIT}} add github token
- script: |
yarn gulp hygiene --skip-tslint
displayName: Run Hygiene Checks