Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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:
- main

jobs:
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
```