0
0
mirror of https://github.com/thegeeklab/wp-gitea-release.git synced 2024-11-15 05:20:43 +00:00
wp-gitea-release/.woodpecker/notify.yml

27 lines
494 B
YAML
Raw Normal View History

2024-01-04 22:26:33 +00:00
---
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
2024-08-07 19:16:50 +00:00
room_id:
from_secret: matrix_room_id
user_id:
from_secret: matrix_user_id
access_token:
from_secret: matrix_access_token
2024-01-04 22:26:33 +00:00
when:
- status: [success, failure]
depends_on:
- docs