mirror of
https://github.com/atom/atom.git
synced 2026-01-14 17:38:03 -05:00
Add GITHUB_TOKEN env var to the npm install step
This will prevent issues when installing the `vscode-ripgrep` package
This commit is contained in:
@@ -52,6 +52,8 @@ jobs:
|
||||
- script: |
|
||||
cd script\vsts
|
||||
npm install
|
||||
env:
|
||||
GITHUB_TOKEN: $(GITHUB_TOKEN)
|
||||
displayName: npm install
|
||||
|
||||
- task: DownloadBuildArtifacts@0
|
||||
|
||||
Reference in New Issue
Block a user