Trying different permutations of username/password

这个提交包含在:
Jesper Hess 2019-03-12 22:05:34 +01:00
父节点 518e7e3191
当前提交 3c6729f2d8
由未授信的用户签名: graffen
GPG 密钥 ID: 351A89E40D763F0F
共有 1 个文件被更改,包括 5 次插入2 次删除

查看文件

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