Different syntax for secrets
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Jesper Hess 2019-03-16 18:59:34 +01:00
parent 2e8e7e26e0
commit 3ff95a66b5
Signed by untrusted user: graffen
GPG Key ID: 351A89E40D763F0F
1 changed files with 6 additions and 4 deletions

View File

@ -27,7 +27,9 @@ pipeline:
settings:
homeserver: https://data.coop
roomid: plKSghHbepWeUEtbHE:data.coop
username:
from_secret: matrix_username
password:
from_Secret: matrix_password
secrets:
- source: matrix_username
target: username
- source: matrix_password
target: password