Introduce support for looking up GH app installation ID
Signed-off-by: Matheus Pimenta <matheuscscp@gmail.com>
This commit is contained in:
@@ -77,10 +77,11 @@ type Options struct {
|
||||
Address string
|
||||
|
||||
// GitHub App options
|
||||
GitHubAppID string
|
||||
GitHubAppInstallationID string
|
||||
GitHubAppPrivateKey string
|
||||
GitHubAppBaseURL string
|
||||
GitHubAppID string
|
||||
GitHubAppInstallationOwner string
|
||||
GitHubAppInstallationID string
|
||||
GitHubAppPrivateKey string
|
||||
GitHubAppBaseURL string
|
||||
}
|
||||
|
||||
type VerificationCrt struct {
|
||||
|
||||
Reference in New Issue
Block a user