fix: use octokit in getSourceInfo() to prevent "rate limit"#15
fix: use octokit in getSourceInfo() to prevent "rate limit"#15
Conversation
Octokit uses GITHUB_TOKEN to make authenticated request to github.
|
New dependencies detected. Learn more about Socket for GitHub ↗︎
|
|
Thanks for the PR 🙏 I do however like to keep the module as small as possible and seeing octokit adding 6.5mb just to get at the token seems a lot in my mind. I think that'd be a neater solution if you'd care to update the PR 😊 |
|
Hello, thank you for the review. |
Octokit uses GITHUB_TOKEN to make authenticated request to github.