ci: fix matrix auth

This commit is contained in:
Robert Kaussow 2024-08-06 08:08:41 +02:00
parent bb0daae793
commit 39ce5df0da
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -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]