0
0
mirror of https://github.com/thegeeklab/wp-opentofu.git synced 2024-10-18 18:10:39 +00:00

ci: fix notification step

This commit is contained in:
Robert Kaussow 2024-08-07 21:16:53 +02:00
parent 346ae60486
commit c88ab40fcd
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: room_id:
from_secret: matrix_password from_secret: matrix_room_id
roomid: user_id:
from_secret: matrix_roomid from_secret: matrix_user_id
username: access_token:
from_secret: matrix_username from_secret: matrix_access_token
when: when:
- status: [success, failure] - status: [success, failure]