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 39ce5df commit cf2d7c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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
access_token:
from_secret: matrix_access_token
roomid:
from_secret: matrix_roomid
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 cf2d7c0

Please sign in to comment.