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

12 lines
206 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 = {
2023-08-17 09:47:40 +00:00
token: 'AN-OAUTH2-TOKEN',
username: 'github-username',
name: 'Your Name',
email: 'user@email.com',
2022-08-05 09:25:53 +00:00
};