GitHub private repo archive URL now requires token in the header during Build
Open
- Dominant language
- Ruby
- Stars
- 216
- Forks
- 85
- PR merge metrics
- No merged PRs in 30d
Description
Ref: https://developer.github.com/changes/2020-02-10-deprecating-auth-through-query-param/#changes-to-make
### Components affected:
- `build`
- `app-setups`
- `review-apps`
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.
Contributor guide
Assessment
This issue has not been assessed yet.