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