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