Add secrets back in to test pipeline report variables
This commit is contained in:
parent
0c0bfeefac
commit
27c6fc203c
1 changed files with 3 additions and 1 deletions
|
|
@ -52,4 +52,6 @@ stages:
|
|||
npmrcPath: 'playwright-tests/.npmrc'
|
||||
secrets:
|
||||
CCIS_API_AUTH: $(CCIS_API_AUTH)
|
||||
JIRA_API_KEY: $(JIRA_API_KEY)
|
||||
JIRA_API_KEY: $(JIRA_API_KEY)
|
||||
JIRA_USERNAME: $(JIRA_USERNAME)
|
||||
JIRA_SERVER: $(JIRA_SERVER)
|
||||
Loading…
Reference in a new issue