executablebooks / github-activity

Simple markdown changelogs for GitHub repositories
https://github-activity.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
47 stars 11 forks source link

apply token via auth adapter #98

Closed minrk closed 3 weeks ago

minrk commented 3 weeks ago

requests doesn't respect Authorization header reliably, Auth adapter must be specified to override netrc without specifying trust_env=False which disables all kinds of unrelated stuff.

closes #96 (actually, this time)

cc @yuvipanda