wishthis/semantic/tasks/config/admin/oauth.example.js

12 lines
211 B
JavaScript
Raw Normal View History

2022-01-13 13:00:31 +00:00
/*
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'
2022-08-05 09:25:53 +00:00
};