Add variable group and ccis to secrets
This commit is contained in:
parent
7ac982426f
commit
2f26fb3443
1 changed files with 2 additions and 0 deletions
|
|
@ -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 }}:
|
||||
|
|
|
|||
Loading…
Reference in a new issue