From 61497c9a8fc783dee8946fbbde10980ca0b2a888 Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Fri, 9 Jun 2023 12:03:33 +0100 Subject: [PATCH] Pass Kiwi secrets to react-sdk Cypress build (#3461) --- .github/workflows/cypress.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index b9dd709d0bd..c6c715ceaf7 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -22,8 +22,10 @@ jobs: statuses: write pull-requests: read secrets: - # secrets are not automatically shared with called workflows, so share the cypress dashboard key + # secrets are not automatically shared with called workflows, so share the cypress dashboard key, and the Kiwi login details CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }} + TCMS_USERNAME: ${{ secrets.TCMS_USERNAME }} + TCMS_PASSWORD: ${{ secrets.TCMS_PASSWORD }} with: react-sdk-repository: matrix-org/matrix-react-sdk rust-crypto: true