mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Default to using standard GitHub API token during build
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user