ci: fix matrix auth
This commit is contained in:
parent
bb0daae793
commit
39ce5df0da
1 changed files with 4 additions and 4 deletions
|
@ -13,12 +13,12 @@ steps:
|
||||||
settings:
|
settings:
|
||||||
homeserver:
|
homeserver:
|
||||||
from_secret: matrix_homeserver
|
from_secret: matrix_homeserver
|
||||||
password:
|
access_token:
|
||||||
from_secret: matrix_password
|
from_secret: matrix_access_token
|
||||||
roomid:
|
roomid:
|
||||||
from_secret: matrix_roomid
|
from_secret: matrix_roomid
|
||||||
username:
|
user_id:
|
||||||
from_secret: matrix_username
|
from_secret: matrix_user_id
|
||||||
when:
|
when:
|
||||||
- status: [success, failure]
|
- status: [success, failure]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue