Skip to content

Commit

Permalink
ci: fix notification step
Browse files Browse the repository at this point in the history
  • Loading branch information
xoxys committed Aug 7, 2024
1 parent 0cf4ad1 commit c2334b6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .woodpecker/notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ steps:
settings:
homeserver:
from_secret: matrix_homeserver
password:
from_secret: matrix_password
roomid:
from_secret: matrix_roomid
username:
from_secret: matrix_username
room_id:
from_secret: matrix_room_id
user_id:
from_secret: matrix_user_id
access_token:
from_secret: matrix_access_token
when:
- status: [success, failure]

Expand Down

0 comments on commit c2334b6

Please sign in to comment.