From 2f26fb3443cbe2f22c91bfce06ea02f523e1d026 Mon Sep 17 00:00:00 2001 From: JennyNou <167806377+JennyNou@users.noreply.github.com> Date: Wed, 1 Apr 2026 17:45:55 -0400 Subject: [PATCH] Add variable group and ccis to secrets --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 67729ffb..9f677925 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -33,6 +33,7 @@ resources: variables: - group: Digital-Infrastructure - group: ISS-BuildBranches + - group: SafelitePlaywright - name: IS_REGRESSION value: 'false' @@ -60,6 +61,7 @@ stages: npmServePath: '.' npmrcPath: 'playwright-tests/.npmrc' secrets: + CCIS_API_AUTH: $(CCIS_API_AUTH) JIRA_API_KEY: $(JIRA_API_KEY) - ${{ else }}: