mirror of https://github.com/vector-im/riot-web
GHA: require kiwi creds in cypress.yaml (#11069)
* GHA: require kiwi creds in cypress.yaml * prettifypull/28788/head^2
parent
4973a89a6e
commit
7c9c818f06
|
@ -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 New Issue