diff --git a/server/config/raw/global_cfg.go b/server/config/raw/global_cfg.go index 1c466eaf6..9e44f7534 100644 --- a/server/config/raw/global_cfg.go +++ b/server/config/raw/global_cfg.go @@ -34,7 +34,7 @@ type ExtraGithubRateLimit struct { GHSlug string `yaml:"gh_slug" json:"gh_slug"` GHAppID int `yaml:"gh_app_id" json:"gh_app_id"` GHAppKeyPath string `yaml:"gh_app_key_path" json:"gh_app_key_path"` - GHWebHookSecret string `yamml:"gh_webhook_secret" json:"gh_webhook_secret"` + GHWebHookSecret string `yaml:"gh_webhook_secret" json:"gh_webhook_secret"` } func (t ExtraGithubRateLimit) ToValid() valid.ExtraGithubRateLimit {