diff --git a/.woodpecker/notify.yml b/.woodpecker/notify.yml index a526405..82c82fe 100644 --- a/.woodpecker/notify.yml +++ b/.woodpecker/notify.yml @@ -13,12 +13,12 @@ steps: settings: homeserver: from_secret: matrix_homeserver - password: - from_secret: matrix_password - roomid: - from_secret: matrix_roomid - username: - from_secret: matrix_username + room_id: + from_secret: matrix_room_id + user_id: + from_secret: matrix_user_id + access_token: + from_secret: matrix_access_token when: - status: [success, failure]