Hello everyone,
Is there any particular reason
google/go-github does not handle a private key authentication for GitHub Apps?
Are there any plans providing that functionality as a part of the
google/go-github package?
client, err := github.NewAppsClient(appID, instllationID, privateKey)
Thanks,