Make ATOM_ACCESS_TOKEN available in all grunt commands

This commit is contained in:
Kevin Sawicki 2013-12-04 19:02:39 -08:00
parent a283161c1e
commit c1a744b29c

View File

@ -7,6 +7,10 @@ _ = require 'underscore-plus'
packageJson = require './package.json'
# OAuth token for atom-bot
# TODO Remove once all repositories are public
process.env.ATOM_ACCESS_TOKEN ?= '362295be4c5258d3f7b967bbabae662a455ca2a7'
module.exports = (grunt) ->
if not grunt.option('verbose')
grunt.log.writeln = (args...) -> grunt.log