Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 7c9c818

Browse files
authored
GHA: require kiwi creds in cypress.yaml (#11069)
* GHA: require kiwi creds in cypress.yaml * prettify
1 parent 4973a89 commit 7c9c818

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/cypress.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ on:
2323
secrets:
2424
CYPRESS_RECORD_KEY:
2525
required: true
26+
TCMS_USERNAME:
27+
required: true
28+
TCMS_PASSWORD:
29+
required: true
2630

2731
concurrency:
2832
group: ${{ github.workflow }}-${{ github.event.workflow_run.head_branch || github.run_id }}

0 commit comments

Comments
 (0)