diff options
Diffstat (limited to 'semantic/tasks/config/admin/oauth.example.js')
| -rw-r--r-- | semantic/tasks/config/admin/oauth.example.js | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/semantic/tasks/config/admin/oauth.example.js b/semantic/tasks/config/admin/oauth.example.js deleted file mode 100644 index c4d864a..0000000 --- a/semantic/tasks/config/admin/oauth.example.js +++ /dev/null @@ -1,11 +0,0 @@ -/* - Used to import GitHub Auth Token - To Automate GitHub Updates -*/ - -module.exports = { - token : 'AN-OAUTH2-TOKEN', - username : 'github-username', - name : 'Your Name', - email : '[email protected]' -};
\ No newline at end of file |