From cf2d7c07612f4bb1455b4401d319704011820628 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Wed, 7 Aug 2024 22:12:46 +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 b6ac64f..374a96a 100644 --- a/.woodpecker/notify.yml +++ b/.woodpecker/notify.yml @@ -13,12 +13,12 @@ steps: settings: homeserver: from_secret: matrix_homeserver - access_token: - from_secret: matrix_access_token - roomid: - from_secret: matrix_roomid + 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]