Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/will-lynas/deploy-notifications
✨ Telegram notifications for successful deployments
https://github.com/will-lynas/deploy-notifications
github-actions telegram
Last synced: 4 days ago
JSON representation
✨ Telegram notifications for successful deployments
- Host: GitHub
- URL: https://github.com/will-lynas/deploy-notifications
- Owner: will-lynas
- License: mit
- Created: 2024-10-13T22:41:55.000Z (26 days ago)
- Default Branch: main
- Last Pushed: 2024-10-21T12:32:54.000Z (18 days ago)
- Last Synced: 2024-10-21T18:44:52.393Z (18 days ago)
- Topics: github-actions, telegram
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ✨ deploy-notifications
GitHub Action for sending a Telegram notification after a successful deploy
## Example Usage
```yml
on:
push:
branches:
- mainjobs:
notify:
runs-on: ubuntu-latest
steps:
- uses: will-lynas/[email protected]
with:
to: ${{ secrets.TELEGRAM_TO }}
token: ${{ secrets.TELEGRAM_TOKEN }}
```> [!IMPORTANT]
> Only works with a push event## Example Output
```
✨ will-lynas/deploy-notifications-test
🎉 Deploy Successful🥷 will-lynas
💬 Dummy commit 1🥷 will-lynas
💬 Dummy commit 2
```