From e8c19300b5fc76e8ec12f0c30f3f258f7d1f9026 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 13 Jan 2015 14:37:21 -0800 Subject: [PATCH] Use access token when downloading atom shell --- build/Gruntfile.coffee | 1 + build/package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/build/Gruntfile.coffee b/build/Gruntfile.coffee index cb9f1808b..42c4643de 100644 --- a/build/Gruntfile.coffee +++ b/build/Gruntfile.coffee @@ -198,6 +198,7 @@ module.exports = (grunt) -> outputDir: 'atom-shell' downloadDir: atomShellDownloadDir rebuild: true # rebuild native modules after atom-shell is updated + token: process.env.ATOM_ACCESS_TOKEN 'create-windows-installer': appDirectory: shellAppDir diff --git a/build/package.json b/build/package.json index a00af69a2..d0cbcdff4 100644 --- a/build/package.json +++ b/build/package.json @@ -19,7 +19,7 @@ "grunt-contrib-csslint": "~0.1.2", "grunt-contrib-less": "~0.8.0", "grunt-cson": "0.14.0", - "grunt-download-atom-shell": "~0.10.0", + "grunt-download-atom-shell": "~0.11.0", "grunt-lesslint": "0.13.0", "grunt-peg": "~1.1.0", "grunt-shell": "~0.3.1",