From c2334b678ac3d1fbcb2cb6ea80906b1d1caa3474 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 7 Aug 2024 22:12:45 +0200 Subject: [PATCH] ci: fix notification step --- .woodpecker/notify.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.woodpecker/notify.yml b/.woodpecker/notify.yml index 9957125..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 - 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]