Add secrets
This commit is contained in:
parent
a3934f9b69
commit
ba9924da69
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