mirror of
https://github.com/tiennm99/github-readme-stats.git
synced 2026-08-18 08:24:50 +00:00
refactor: fix GitHub capitalization (#2232)
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ export const getRepoInfo = (ctx) => {
|
||||
/**
|
||||
* Retrieve github token and throw error if it is not found.
|
||||
*
|
||||
* @returns {string} Github token.
|
||||
* @returns {string} GitHub token.
|
||||
*/
|
||||
export const getGithubToken = () => {
|
||||
const token = getInput("github_token") || process.env.GITHUB_TOKEN;
|
||||
|
||||
Reference in New Issue
Block a user