From 6d6550a8b627c74dc001050cfb073cf6112ca470 Mon Sep 17 00:00:00 2001 From: Hannah Wolfe Date: Wed, 11 Nov 2015 17:23:41 +0000 Subject: [PATCH] configure grunt release --- Gruntfile.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 267a6a6..5ede5fa 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -25,7 +25,12 @@ module.exports = function(grunt) { 'test/**/*.js' ] }, - release: {} + release: { + github: { + repo: 'dylang/node-rss', + accessTokenVar: 'GITHUB_ACCESS_TOKEN' + } + } }); require('load-grunt-tasks')(grunt);