Add secret for regression runs
This commit is contained in:
parent
56ab1ce835
commit
74afade26a
1 changed files with 2 additions and 1 deletions
|
|
@ -52,4 +52,5 @@ stages:
|
|||
npmrcPath: 'playwright-tests/.npmrc'
|
||||
secrets:
|
||||
CCIS_API_AUTH: $(CCIS_API_AUTH)
|
||||
JIRA_API_KEY: $(JIRA_API_KEY)
|
||||
JIRA_API_KEY: $(JIRA_API_KEY)
|
||||
IS_REGRESSION: $(IS_REGRESSION)
|
||||
Loading…
Reference in a new issue