GHA: require kiwi creds in cypress.yaml (#11069)
* GHA: require kiwi creds in cypress.yaml * prettifypull/28217/head
parent
4973a89a6e
commit
7c9c818f06
|
@ -23,6 +23,10 @@ on:
|
|||
secrets:
|
||||
CYPRESS_RECORD_KEY:
|
||||
required: true
|
||||
TCMS_USERNAME:
|
||||
required: true
|
||||
TCMS_PASSWORD:
|
||||
required: true
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.workflow_run.head_branch || github.run_id }}
|
||||
|
|
Loading…
Reference in New Issue