lancepioch / tree

Connect your Github Repository to your Forge Server and Tree automatically deploys any new pull requests for you
MIT License
11 stars 3 forks source link

Update Github Api Dependency #43

Closed lancepioch closed 1 year ago

lancepioch commented 4 years ago

On February 11th your application (Laravel Forest) used an access token (with the User-Agent GuzzleHttp/6.5.1 curl/7.64.0 PHP/7.3.5) as part of a query parameter to access an endpoint through the GitHub API: https://api.github.com/user

Please use the Authorization HTTP header instead as using the access_token query parameter is deprecated and will be removed July 1st, 2020.

Visit https://developer.github.com/changes/2019-11-05-deprecated-passwords-and-authorizations-api/#authenticating-using-query-parameters for more information.

Thanks, The GitHub Team

Zapharus commented 2 years ago

https://github.com/lancepioch/tree/blob/73e111c5960db5f1c5224f3188a5196d59ce4f70/composer.json#L10