We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5981fee commit 61497c9Copy full SHA for 61497c9
.github/workflows/cypress.yml
@@ -22,8 +22,10 @@ jobs:
22
statuses: write
23
pull-requests: read
24
secrets:
25
- # 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
26
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
27
+ TCMS_USERNAME: ${{ secrets.TCMS_USERNAME }}
28
+ TCMS_PASSWORD: ${{ secrets.TCMS_PASSWORD }}
29
with:
30
react-sdk-repository: matrix-org/matrix-react-sdk
31
rust-crypto: true
0 commit comments