diff --git a/constants/constants.go b/constants/constants.go index fb864759..124beb39 100644 --- a/constants/constants.go +++ b/constants/constants.go @@ -38,6 +38,7 @@ const EnvNotificationLevel = "NOTIFICATION_LEVEL" // Basic Auth - User / Password const EnvBasicAuthUser = "BASIC_AUTH_USER" const EnvBasicAuthPassword = "BASIC_AUTH_PASSWORD" +const EnvAuthenticatedWebhooks = "AUTHENTICATED_WEBHOOKS" const EnvTokenSecret = "TOKEN_SECRET" // KeelLogoURL - is a logo URL for bot icon