From 39ce5df0da810af7193f3af40b8d72991a4d2bcc Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 6 Aug 2024 08:08:41 +0200 Subject: [PATCH] ci: fix matrix auth --- .woodpecker/notify.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.woodpecker/notify.yml b/.woodpecker/notify.yml index 9957125..b6ac64f 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 + access_token: + from_secret: matrix_access_token roomid: from_secret: matrix_roomid - username: - from_secret: matrix_username + user_id: + from_secret: matrix_user_id when: - status: [success, failure]