fix: update the comment template (#2)

This commit is contained in:
mrugesh mohapatra
2018-11-10 04:02:26 +05:30
committed by Randell Dawson
parent 507d40ba60
commit ce6129809f
6 changed files with 76 additions and 52 deletions

View File

@@ -12,6 +12,6 @@ exports.octokitConfig = {
exports.octokitAuth = {
type: 'basic',
username: process.env.myUN,
password: process.env.myPW
username: process.env.USERNAME,
password: process.env.ACCESS_TOKEN
}