From 3f4c0720e1e3421431e7baa20882a4a4512a7fab Mon Sep 17 00:00:00 2001 From: ivar Date: Sun, 19 Oct 2025 23:41:23 +0200 Subject: Initial --- .../libraries/fomantic/tasks/config/admin/oauth.example.js | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/wwwroot/libraries/fomantic/tasks/config/admin/oauth.example.js (limited to 'src/wwwroot/libraries/fomantic/tasks/config/admin/oauth.example.js') diff --git a/src/wwwroot/libraries/fomantic/tasks/config/admin/oauth.example.js b/src/wwwroot/libraries/fomantic/tasks/config/admin/oauth.example.js new file mode 100644 index 0000000..c4d864a --- /dev/null +++ b/src/wwwroot/libraries/fomantic/tasks/config/admin/oauth.example.js @@ -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' +}; \ No newline at end of file -- cgit v1.3