GHA: require kiwi creds in cypress.yaml (#11069)

* GHA: require kiwi creds in cypress.yaml

* prettify
pull/28217/head
Richard van der Hoff 2023-06-13 11:50:36 +01:00 committed by GitHub
parent 4973a89a6e
commit 7c9c818f06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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 }}