diff --git a/server.js b/server.js index 82bf3b1..09a0a50 100644 --- a/server.js +++ b/server.js @@ -4898,7 +4898,9 @@ var githubHeaders = { 'Accept': 'application/vnd.github.v3+json' }; -// You can manage your personal github token at https://github.com/settings/tokens +// Personal tokens allow access to GitHub private repositories. +// You can manage your personal GitHub token at +// . if (serverSecrets && serverSecrets.gh_token) { githubHeaders['Authorization'] = 'token ' + serverSecrets.gh_token; }