heroku / platform-api

Ruby HTTP client for the Heroku API
MIT License
214 stars 85 forks source link

GitHub private repo archive URL now requires token in the header during Build #123

Open jbrown-heroku opened 2 years ago

jbrown-heroku commented 2 years ago

Ref: https://developer.github.com/changes/2020-02-10-deprecating-auth-through-query-param/#changes-to-make

Components affected:

GitHub no longer accepts access_token in query params in the URL to access their API on a private repo. This can affect source_blob:url if the source tgz is at GitHub private repo. Instead, they now require header to be supplied.