Pass Kiwi secrets to react-sdk Cypress build (#3461)

This commit is contained in:
Richard van der Hoff
2023-06-09 12:03:33 +01:00
committed by GitHub
parent 5981feeb44
commit 61497c9a8f
+3 -1
View File
@@ -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