diff --git a/lib/roles/notify/hipchat.js b/lib/roles/notify/hipchat.js index b5728c35..d87be864 100644 --- a/lib/roles/notify/hipchat.js +++ b/lib/roles/notify/hipchat.js @@ -60,7 +60,7 @@ module.exports = function(options) { , color: 'purple' , notify: true , message_format: 'html' - , token: process.env.HIPCHAT_TOKEN + , token: options.token }) }