Skip to content
Permalink
f2a91ca533
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
11 lines (10 sloc) 210 Bytes
/*
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'
};