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

Add ability to use GH CLI Authentication #66

Closed choldgraf closed 1 year ago

choldgraf commented 1 year ago

Release notes

During authentication checks, this adds an extra check for whether gh auth status -t returns an authentication token. If it does, then it uses this token. It's an extra "quality of life" improvement in case somebody uses the GitHub CLI to authenticate.

choldgraf commented 1 year ago

Will merge this one in since nobody seems to object