arquillian / arquillian.github.io

Arquillian website source (develop branch) and hosting (master branch). Baked with Awestruct.
http://arquillian.org
Other
78 stars 147 forks source link

fix: adds GitHub authentication to avoid rate limiting failures. #433

Closed hemanik closed 6 years ago

hemanik commented 6 years ago

Short description of what this resolves:

It is common for GitHub API rate limit of 60 requests per hour for an unauthenticated user to be exceeded when multiple generation builds are run in parallel.
Adding authentication significantly extends this restrictive rate limit to 5000 requests per hour.

Changes proposed in this pull request:

Fixes: #432