From f7cacb560cae252dbc4575666ece6fa2ab433c03 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Bianchi Date: Fri, 30 Aug 2024 11:00:12 +0200 Subject: [PATCH] Fixed `DigestAuthenticationProperties` title in schema Signed-off-by: Jean-Baptiste Bianchi --- schema/workflow.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/workflow.yaml b/schema/workflow.yaml index e8208a74..c80ccd3e 100644 --- a/schema/workflow.yaml +++ b/schema/workflow.yaml @@ -869,7 +869,7 @@ $defs: description: The configuration of the digest authentication policy. unevaluatedProperties: false oneOf: - - title: BasicAuthenticationProperties + - title: DigestAuthenticationProperties description: Inline configuration of the digest authentication policy. properties: username: