Add variable group and ccis to secrets

This commit is contained in:
JennyNou 2026-04-01 17:45:55 -04:00
parent 7ac982426f
commit 2f26fb3443

View file

@ -33,6 +33,7 @@ resources:
variables: variables:
- group: Digital-Infrastructure - group: Digital-Infrastructure
- group: ISS-BuildBranches - group: ISS-BuildBranches
- group: SafelitePlaywright
- name: IS_REGRESSION - name: IS_REGRESSION
value: 'false' value: 'false'
@ -60,6 +61,7 @@ stages:
npmServePath: '.' npmServePath: '.'
npmrcPath: 'playwright-tests/.npmrc' npmrcPath: 'playwright-tests/.npmrc'
secrets: secrets:
CCIS_API_AUTH: $(CCIS_API_AUTH)
JIRA_API_KEY: $(JIRA_API_KEY) JIRA_API_KEY: $(JIRA_API_KEY)
- ${{ else }}: - ${{ else }}: