Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wildegor/tg-notification-action
Use github action for simple tg notifier in github actions
https://github.com/wildegor/tg-notification-action
cicd github-actions telegram telegram-bot
Last synced: 25 days ago
JSON representation
Use github action for simple tg notifier in github actions
- Host: GitHub
- URL: https://github.com/wildegor/tg-notification-action
- Owner: WildEgor
- License: mit
- Created: 2023-04-26T18:34:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-24T22:47:03.000Z (over 1 year ago)
- Last Synced: 2024-11-08T17:34:19.222Z (3 months ago)
- Topics: cicd, github-actions, telegram, telegram-bot
- Language: TypeScript
- Homepage:
- Size: 808 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
Smart Telegram Action
Can:
- Send message to chat
- Allow map specific nicknames to telegram'sVariables:
- TOKEN: bot token
- CHAT_ID: specific chat id (see, GET https://api.telegram.org/bot/getUpdates)
- MESSAGE: text payload
- MENTIONS: string json array like '[{"login":"WildEgor"}]'
- GITHUB2PROVIDER_MAP: github_nickname:telegram_nickname (for example: WildEgor:WILDEGOR)