blob: c4d864adfb86db5082ae53cc3441fe1d327ad019 [file] [log] [blame]
/*
Used to import GitHub Auth Token
To Automate GitHub Updates
*/
module.exports = {
token : 'AN-OAUTH2-TOKEN',
username : 'github-username',
name : 'Your Name',
email : 'user@email.com'
};