From c69a251ceeff1b8569ce3ce20f6794e1ac1550bb Mon Sep 17 00:00:00 2001 From: Aravind <95919403+aravind-opsverse@users.noreply.github.com> Date: Thu, 8 Feb 2024 16:25:52 +0530 Subject: [PATCH] [MJNOR] Enable Skip TLS flag --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 36f422b..18550f4 100644 --- a/action.yml +++ b/action.yml @@ -38,6 +38,6 @@ runs: --application=${{ inputs.appName }} \ --token=${{ inputs.token }} \ --address=${{ inputs.address }} \ - --disableTlsVerification="false" \ + --disableTlsVerification="true" \ --logLevel=debug shell: sh