Trying different permutations of username/password
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Jesper Hess 2019-03-12 22:05:34 +01:00
bovenliggende 518e7e3191
commit 3c6729f2d8
Ondertekend door niet-vertrouwde gebruiker: graffen
GPG sleutel-ID: 351A89E40D763F0F
1 gewijzigde bestanden met toevoegingen van 5 en 2 verwijderingen

Bestand weergeven

@ -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