scikit-build / github-release

Manage github releases from the command line
Apache License 2.0
56 stars 22 forks source link

Fix basic auth to the supported Bearer authentication #73

Closed wechuli closed 1 year ago

wechuli commented 1 year ago

Authenticate to GitHub API using the supported Bearer:

https://docs.github.com/en/rest/overview/troubleshooting?apiVersion=2022-11-28#basic-authentication-errors

closes https://github.com/j0057/github-release/issues/63

jcfr commented 1 year ago

Thanks for the contribution and comment. Let's get this integrated :rocket:

offbyone commented 11 months ago

@jcfr would you be up for releasing a new version with this?