Default to using standard GitHub API token during build

This commit is contained in:
Lee DohM
2016-01-07 14:19:27 -08:00
parent ec66a66bb3
commit ee564845d6

View File

@@ -256,7 +256,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.ATOM_ACCESS_TOKEN ? 'da809a6077bb1b0aa7c5623f7b2d5f1fec2faae4'
'create-windows-installer':
installer: