frankenphp icon indicating copy to clipboard operation
frankenphp copied to clipboard

ci(docker): authenticate GitHub API calls

Open alexandre-daubois opened this issue 6 months ago • 0 comments

There are some jobs failing times to times because an invalid URL is provided to curl. Github API only allows 60 requests per hour, which could be not that much given the number of jobs.

I suggest we add the authentication with the repo GH token so the limit is way higher. This draft is green with the change.

alexandre-daubois avatar Jun 23 '25 14:06 alexandre-daubois