From f22a4273cdf123d65526a90992cd345ef6ca996c Mon Sep 17 00:00:00 2001 From: Jesper Hess Nielsen Date: Sat, 16 Mar 2019 19:05:40 +0100 Subject: [PATCH] Revert to original, remove silly typo --- .drone.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7e761ae..d58b281 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,12 +24,11 @@ pipeline: notify: image: plugins/matrix + secrets: [matrix_username, matrix_password] settings: homeserver: https://data.coop roomid: plKSghHbepWeUEtbHE:data.coop - secrets: - - source: matrix_username - target: username - - source: matrix_password - target: password - + username: + from_secret: matrix_username + password: + from_secret: matrix_password