xoxys.zigbee2mqtt/.woodpecker/notify.yml
Robert Kaussow 08e654ccb8
Some checks failed
ci/woodpecker/manual/lint Pipeline failed
ci/woodpecker/manual/test unknown status
ci/woodpecker/manual/docs unknown status
ci/woodpecker/manual/notify Pipeline was successful
refacor: migrate to systemd
2024-10-16 22:27:11 +02:00

27 lines
485 B
YAML

---
when:
- event: [tag]
- event: [push, manual]
branch:
- ${CI_REPO_DEFAULT_BRANCH}
runs_on: [success, failure]
steps:
- name: matrix
image: quay.io/thegeeklab/wp-matrix
settings:
homeserver:
from_secret: matrix_homeserver
room_id:
from_secret: matrix_room_id
user_id:
from_secret: matrix_user_id
access_token:
from_secret: matrix_access_token
when:
- status: [failure]
depends_on:
- docs