forked from cryptohagen.dk/website
Different syntax for secrets
This commit is contained in:
parent
2e8e7e26e0
commit
3ff95a66b5
10
.drone.yml
10
.drone.yml
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue