This repository has been archived on 2024-01-26. You can view files and clone it, but cannot push or open issues or pull requests.
calcifer/web/semantic/tasks/config/admin/oauth.example.js

11 lines
210 B
JavaScript
Raw Normal View History

2015-03-29 19:33:23 +02:00
/*
Used to import GitHub Auth Token
To Automate GitHub Updates
*/
module.exports = {
2016-06-10 00:34:34 +02:00
token : 'AN-OAUTH2-TOKEN',
username : 'github-username',
name : 'Your Name',
email : 'user@email.com'
2015-03-29 19:33:23 +02:00
};