obhq / obliteration

Experimental free and open-source PlayStation 4 kernel
https://obliteration.net
Apache License 2.0
620 stars 17 forks source link

Changes GITHUB_TOKEN from Bearer to token #700

Closed ultimaweapon closed 6 months ago

ultimaweapon commented 6 months ago

Just take a look on PyGithub source and found out they use token instead of Bearer. The problem is GitHub docs does not mentioned about this.

ultimaweapon commented 6 months ago

https://github.com/PyGithub/PyGithub/blob/main/github/Auth.py#L130

ultimaweapon commented 6 months ago

Screenshot 2024-02-25 at 21-39-35 Authenticating to the REST API - GitHub Docs

SuchAFuriousDeath commented 6 months ago

At this rate, you'll be the most active person on GitHub this year

ultimaweapon commented 6 months ago

At this rate, you'll be the most active person on GitHub this year

Thanks to GitHub docs.