Willy,
On 12/22/22 19:01, Willy Tarreau wrote:
On Thu, Dec 22, 2022 at 11:56:24PM +0600, ???? ??????? wrote:
you can limit token scope to read repo information.
But the request you're making with it concerns a different project
(openssl), will this work ?
Just to confirm: Yes, this works. This is purely a matter of
"unauthenticated" vs "authenticated" API access. The rate limits are
different. Unauthenticated users get 60 requests per hour per IP
address, the limit for authenticated users is much higher, because the
account can be uniquely identified.
For the GITHUB_TOKEN we're using now, the limit is at 1000r/h:
https://docs.github.com/en/rest/overview/resources-in-the-rest-api?apiVersion=2022-11-28#requests-from-github-actions
Best regards
Tim Düsterhus