diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index a50a9920f2..11c116956d 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -144,7 +144,7 @@ jobs: cp build/package.json.patch . && patch package.json package.json.patch displayName: Customize config env: - GH_TOKEN: $(GH_TOKEN) + GH_TOKEN: $(LENS_IDE_GH_TOKEN) - script: make node_modules displayName: Install dependencies - script: make build-npm