type RegoConfig struct {
// If non-empty, an authoritative `.github/tokens.rego` will be loaded from this named repository. OwnerRepo string `mapstructure:"owner_repo"`
// If set, `.github/tokens.rego` will be loaded from every repository in a request. FromRepos bool
}