From 0d85635345e5f4ff6354dbc79efa08db6c1c0c17 Mon Sep 17 00:00:00 2001 From: "J.P. Krauss" Date: Sun, 17 Nov 2024 14:53:44 -0800 Subject: [PATCH] fix: Revert to bearer token for ntfy --- packages/notification/notification.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/packages/notification/notification.yaml b/packages/notification/notification.yaml index b783529..1f0a90e 100644 --- a/packages/notification/notification.yaml +++ b/packages/notification/notification.yaml @@ -21,11 +21,8 @@ notify: platform: rest method: POST_JSON resource: !secret ntfy_url - authentication: basic - username: !secret ntfy_username - password: !secret ntfy_password - # headers: - # Authorization: !secret ntfy_token + headers: + Authorization: !secret ntfy_token title_param_name: title message_param_name: message data: