first commit to new repo
This commit is contained in:
11
static/semantic/tasks/config/admin/oauth.example.js
Executable file
11
static/semantic/tasks/config/admin/oauth.example.js
Executable file
@@ -0,0 +1,11 @@
|
||||
/*
|
||||
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'
|
||||
};
|
||||
Reference in New Issue
Block a user