diff options
| author | Fuwn <[email protected]> | 2020-12-14 23:29:56 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2020-12-14 23:29:56 -0800 |
| commit | 002eb44eee98dc838bc854b945ab0cbf4884dd57 (patch) | |
| tree | 428ae460c79baf32fba8ecf16e6fe02a88c3b971 /semantic/tasks/config/admin/oauth.example.js | |
| parent | :star: (diff) | |
| download | me-rewrite-angular.tar.xz me-rewrite-angular.zip | |
:star:rewrite-angular
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 |