forked from data.coop/website
hardcode username
This commit is contained in:
parent
f11ece120b
commit
1ca3e4565d
|
@ -67,12 +67,11 @@ steps:
|
||||||
settings:
|
settings:
|
||||||
homeserver: https://data.coop
|
homeserver: https://data.coop
|
||||||
roomid: '!plKSghHbepWeUEtbHE:data.coop'
|
roomid: '!plKSghHbepWeUEtbHE:data.coop'
|
||||||
userid:
|
userid: '@datacoop_bot:data.coop'
|
||||||
from_secret: matrix_username
|
|
||||||
password:
|
password:
|
||||||
from_secret: matrix_password
|
from_secret: matrix_password
|
||||||
markdown: 'yes'
|
markdown: 'yes'
|
||||||
template: |
|
template: |
|
||||||
`${DRONE_REPO}` build #${DRONE_BUILD_NUMBER} status: **${DRONE_BUILD_STATUS}**
|
`${DRONE_REPO}` build #${DRONE_BUILD_NUMBER} status: **${DRONE_BUILD_STATUS}**
|
||||||
|
|
||||||
${DRONE_PULL_REQUEST_TITLE}](${DRONE_COMMIT_LINK})
|
${DRONE_PULL_REQUEST_TITLE}](${DRONE_COMMIT_LINK})
|
||||||
|
|
Loading…
Reference in a new issue