GHA: require kiwi creds in cypress.yaml (#11069)
* GHA: require kiwi creds in cypress.yaml * prettify
This commit is contained in:
committed by
GitHub
parent
4973a89a6e
commit
7c9c818f06
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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user