Y
Hacker News
new
|
ask
|
show
|
jobs
by
pmig
358 days ago
Thanks scusku, the personal access token does not have any additional permission, we just need to avoid getting rate limited.
2 comments
Sleaker
358 days ago
Sharing a GitHub API token to bypass rate limiting is explicitly in violation of section H of the terms on GitHub usage.
https://docs.github.com/en/site-policy/github-terms/github-t...
link
pmig
358 days ago
Most applications are designed in that way, think about ossf scorecard, star-history.com etc..
link
kissgyorgy
358 days ago
Why don't use your own personal access token?
link
pmig
358 days ago
We did, bur ran into the API limits as oder/scorecard alone is quite expensive on GitHub request
link
rglover
358 days ago
Implement an OAuth flow with Github and then you can avoid that entirely.
link
pmig
358 days ago
Gods point, will work on that!
link
dylan604
358 days ago
never pay for something yourself when you can have someone else pay for it. it's a useful concept that can be used in many many cases. the 1%ers love this concept
link
https://docs.github.com/en/site-policy/github-terms/github-t...