From 1227da9349c7bec2a0617d56523b76dfe5fb4ee1 Mon Sep 17 00:00:00 2001 From: JennyNou Date: Mon, 27 Apr 2026 10:54:47 -0400 Subject: [PATCH] Remove secret to test report --- azure-pipelines-automated-testing.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/azure-pipelines-automated-testing.yml b/azure-pipelines-automated-testing.yml index 7767d523..df7663f6 100644 --- a/azure-pipelines-automated-testing.yml +++ b/azure-pipelines-automated-testing.yml @@ -52,6 +52,4 @@ stages: npmrcPath: 'playwright-tests/.npmrc' secrets: CCIS_API_AUTH: $(CCIS_API_AUTH) - JIRA_API_KEY: $(JIRA_API_KEY) - JIRA_USERNAME: $(JIRA_USERNAME) - JIRA_SERVER: $(JIRA_SERVER) \ No newline at end of file + JIRA_API_KEY: $(JIRA_API_KEY) \ No newline at end of file