Skip to content

Commit

Permalink
Default to using standard GitHub API token during build
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-dohm committed Jan 7, 2016
1 parent ec66a66 commit ee56484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ee56484

Please sign in to comment.