Skip to content

Commit

Permalink
Merge pull request atom#10328 from atom/ld-atom-access-token
Browse files Browse the repository at this point in the history
Use standard GitHub API token during build to prevent API rate limit errors
  • Loading branch information
lee-dohm committed Jan 8, 2016
2 parents 2851756 + ee56484 commit 09dd5d7
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 09dd5d7

Please sign in to comment.