Skip to content

Commit 61497c9

Browse files
authored
Pass Kiwi secrets to react-sdk Cypress build (matrix-org#3461)
1 parent 5981fee commit 61497c9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/cypress.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ jobs:
2222
statuses: write
2323
pull-requests: read
2424
secrets:
25-
# secrets are not automatically shared with called workflows, so share the cypress dashboard key
25+
# secrets are not automatically shared with called workflows, so share the cypress dashboard key, and the Kiwi login details
2626
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
27+
TCMS_USERNAME: ${{ secrets.TCMS_USERNAME }}
28+
TCMS_PASSWORD: ${{ secrets.TCMS_PASSWORD }}
2729
with:
2830
react-sdk-repository: matrix-org/matrix-react-sdk
2931
rust-crypto: true

0 commit comments

Comments
 (0)