From 7c9c818f06a53743ccd6507991f56e682c1e0fa5 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Tue, 13 Jun 2023 11:50:36 +0100 Subject: [PATCH] GHA: require kiwi creds in cypress.yaml (#11069) * GHA: require kiwi creds in cypress.yaml * prettify --- .github/workflows/cypress.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/cypress.yaml b/.github/workflows/cypress.yaml index 9c2f047c2e..012a4b65bb 100644 --- a/.github/workflows/cypress.yaml +++ b/.github/workflows/cypress.yaml @@ -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 }}