Add RECOVERY_KEY to Maestro env variable.
This commit is contained in:
parent
26ea71193f
commit
a2e00801b7
3 changed files with 3 additions and 0 deletions
1
.github/workflows/maestro.yml
vendored
1
.github/workflows/maestro.yml
vendored
|
|
@ -57,6 +57,7 @@ jobs:
|
|||
env: |
|
||||
USERNAME=maestroelement
|
||||
PASSWORD=${{ secrets.MATRIX_MAESTRO_ACCOUNT_PASSWORD }}
|
||||
RECOVERY_KEY=${{ secrets.MATRIX_MAESTRO_ACCOUNT_RECOVERY_KEY }}
|
||||
ROOM_NAME=MyRoom
|
||||
INVITEE1_MXID=@maestroelement2:matrix.org
|
||||
INVITEE2_MXID=@maestroelement3:matrix.org
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue