From cfdc6db0ae6b550179db16fa3e0b01a42d5bad63 Mon Sep 17 00:00:00 2001 From: Remco Mokveld Date: Wed, 12 Mar 2025 13:57:54 +0100 Subject: [PATCH] Ignore SSL when environment is specified --- sources/src/develocity/short-lived-token.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sources/src/develocity/short-lived-token.ts b/sources/src/develocity/short-lived-token.ts index c059f96..aa4a3bb 100644 --- a/sources/src/develocity/short-lived-token.ts +++ b/sources/src/develocity/short-lived-token.ts @@ -67,7 +67,11 @@ export async function getToken(accessKey: string, expiry: string): Promise