GHA: require kiwi creds in cypress.yaml (#11069)
* GHA: require kiwi creds in cypress.yaml * prettify
This commit is contained in:
parent
4973a89a6e
commit
7c9c818f06
1 changed files with 4 additions and 0 deletions
4
.github/workflows/cypress.yaml
vendored
4
.github/workflows/cypress.yaml
vendored
|
@ -23,6 +23,10 @@ on:
|
||||||
secrets:
|
secrets:
|
||||||
CYPRESS_RECORD_KEY:
|
CYPRESS_RECORD_KEY:
|
||||||
required: true
|
required: true
|
||||||
|
TCMS_USERNAME:
|
||||||
|
required: true
|
||||||
|
TCMS_PASSWORD:
|
||||||
|
required: true
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.event.workflow_run.head_branch || github.run_id }}
|
group: ${{ github.workflow }}-${{ github.event.workflow_run.head_branch || github.run_id }}
|
||||||
|
|
Loading…
Reference in a new issue