From 25472fabef4f75c7712bf06afbad1b1793d57c5e Mon Sep 17 00:00:00 2001 From: JennyNou Date: Wed, 8 Apr 2026 09:48:50 -0400 Subject: [PATCH] Remove jira secret --- azure-pipelines-automated-testing.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/azure-pipelines-automated-testing.yml b/azure-pipelines-automated-testing.yml index cf585a17..df7663f6 100644 --- a/azure-pipelines-automated-testing.yml +++ b/azure-pipelines-automated-testing.yml @@ -52,5 +52,4 @@ stages: npmrcPath: 'playwright-tests/.npmrc' secrets: CCIS_API_AUTH: $(CCIS_API_AUTH) - JIRA_API_KEY: $(JIRA_API_KEY) - IS_REGRESSION: $(IS_REGRESSION) \ No newline at end of file + JIRA_API_KEY: $(JIRA_API_KEY) \ No newline at end of file