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:
|
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 }}:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue