diff --git a/.drone.yml b/.drone.yml index ac9b576..98b530e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,7 +24,7 @@ pipeline: notify: image: plugins/matrix - secrets: [matrix_userid, matrix_accesstoken] + secrets: [matrix_userid, matrix_accesstoken, matrix_username, matrix_password] settings: homeserver: https://data.coop roomid: plKSghHbepWeUEtbHE:data.coop @@ -32,4 +32,7 @@ pipeline: from_secret: matrix_userid accesstoken: from_secret: matrix_accesstoken - + username: + from_secret: matrix_username + password: + from_Secret: matrix_password