forked from codefresh-contrib/telegram-notifier
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.yml
27 lines (27 loc) · 905 Bytes
/
plugin.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
image: codefreshplugins/telegramnotifier
version: 0.1.0
description: Telegram plugin which gives the opportunity send any messages to users via bot.
keywords:
- telegram
- notifications
categories:
- featured
sources:
- https://github.com/codefresh-contrib/telegram-notifier
maintainers:
- name: Andrii Shaforostov
email: [email protected]
icon: 'https://raw.githubusercontent.com/codefresh-plugins/telegram-notifier/master/icon.jpg'
envs:
- name: TELEGRAM_TOKEN
type: required
description: token of your bot
- name: TELEGRAM_TO
type: required
description: array of user ids who will receive a message separated by comma
- name: TELEGRAM_STATUS
description: send info about current build
- name: TELEGRAM_MESSAGE
description: text of message which will be sent to user
- name: TELEGRAM_IMAGES
description: array of image links for attaching to message