From 12b7f50a4c08c18d8b958ebf880172a02c702522 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 22 Jan 2019 00:39:42 +0100 Subject: [PATCH] fix secrets --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index a7f69b7..c12db8b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -28,10 +28,10 @@ steps: settings: homeserver: https://matrix.rknet.org roomid: MtidqQXWWAtQcByBhH:rknet.org - userid: - from_secret: matrix_userid - accesstoken: - from_secret: matrix_accesstoken + username: + from_secret: matrix_username + password: + from_secret: matrix_password depends_on: - ansible-latest - ansible-master