Listed example for github app auth doesn't work but another provided method does #576
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
Using the example in https://github.com/XAMPPRocky/octocrab/blob/main/examples/github_app_authentication_manual.rs
the below code does not work, returns
Failure from github: Error getting octocrab, GitHub: A JSON web token could not be decoded Documentation URL: https://docs.github.com/rest
However, this code works though (I can do actions on behalf of the app after), so I know my
self.octocrab
is set up with the correct app ID + secret.any idea why the below works but not the listed example?
The text was updated successfully, but these errors were encountered: