fix(grunt): change variable name for github access key

This commit is contained in:
Matt Bilker 2015-10-07 21:57:45 -04:00
parent 5b76da7d32
commit b968b41210

View file

@ -297,7 +297,7 @@ module.exports = (grunt) ->
outputDir: 'electron'
downloadDir: electronDownloadDir
rebuild: true # rebuild native modules after electron is updated
token: process.env.ATOM_ACCESS_TOKEN
token: process.env.NYLAS_ACCESS_TOKEN
'create-windows-installer':
appDirectory: shellAppDir