From 0d6aa820f2aac24a95a4072d3c9f606c5af139f6 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 31 Oct 2024 10:54:11 +0100 Subject: [PATCH] fix notify pipeline --- .woodpecker/notify.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.woodpecker/notify.yml b/.woodpecker/notify.yml index 9957125..45bc21e 100644 --- a/.woodpecker/notify.yml +++ b/.woodpecker/notify.yml @@ -13,14 +13,14 @@ 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] + - status: [failure] depends_on: - docs