From b639bd75d2538f9bf133597c9135db4a2dc1465e Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 7 Aug 2024 20:57:52 +0200 Subject: [PATCH] ci: fix notification step --- .woodpecker/notify.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.woodpecker/notify.yml b/.woodpecker/notify.yml index 068e30e..374a96a 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 room_id: from_secret: matrix_room_id - username: - from_secret: matrix_username + user_id: + from_secret: matrix_user_id + access_token: + from_secret: matrix_access_token when: - status: [success, failure]