0
0
mirror of https://github.com/thegeeklab/woodpecker-plugins.git synced 2024-11-14 18:50:40 +00:00
woodpecker-plugins/.woodpecker/notify.yml

27 lines
491 B
YAML

---
when:
- event: [tag]
- event: [push, manual, cron]
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