From 74afade26a52e7b017d6deff39dd0ea459789800 Mon Sep 17 00:00:00 2001 From: JennyNou Date: Tue, 7 Apr 2026 09:06:42 -0400 Subject: [PATCH] Add secret for regression runs --- azure-pipelines-automated-testing.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines-automated-testing.yml b/azure-pipelines-automated-testing.yml index df7663f6..cf585a17 100644 --- a/azure-pipelines-automated-testing.yml +++ b/azure-pipelines-automated-testing.yml @@ -52,4 +52,5 @@ stages: npmrcPath: 'playwright-tests/.npmrc' secrets: CCIS_API_AUTH: $(CCIS_API_AUTH) - JIRA_API_KEY: $(JIRA_API_KEY) \ No newline at end of file + JIRA_API_KEY: $(JIRA_API_KEY) + IS_REGRESSION: $(IS_REGRESSION) \ No newline at end of file