Skip to content

Commit 39ce5df

Browse files
committed
ci: fix matrix auth
1 parent bb0daae commit 39ce5df

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.woodpecker/notify.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ steps:
1313
settings:
1414
homeserver:
1515
from_secret: matrix_homeserver
16-
password:
17-
from_secret: matrix_password
16+
access_token:
17+
from_secret: matrix_access_token
1818
roomid:
1919
from_secret: matrix_roomid
20-
username:
21-
from_secret: matrix_username
20+
user_id:
21+
from_secret: matrix_user_id
2222
when:
2323
- status: [success, failure]
2424

0 commit comments

Comments
 (0)