From 5a5597579375334667286be678fcc0c1820eb6e6 Mon Sep 17 00:00:00 2001 From: Topper Date: Thu, 3 Oct 2024 22:14:39 +0100 Subject: [PATCH] remove the pagerduty token field --- axiom/notifiers.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/axiom/notifiers.go b/axiom/notifiers.go index fd858a9c..6f891cad 100644 --- a/axiom/notifiers.go +++ b/axiom/notifiers.go @@ -73,8 +73,6 @@ type OpsGenieConfig struct { type PagerDutyConfig struct { // RoutingKey is the routing key to use for authentication. RoutingKey string `json:"routingKey,omitempty"` - // Token is the token to use for authentication. - Token string `json:"token,omitempty"` } type SlackConfig struct {