Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

v0.1.0

v0.1.0 #6

Workflow file for this run

name: Notify
on:
release:
types: [published]
jobs:
notify:
name: Notify via Telegram
runs-on: ubuntu-latest
steps:
- name: Send message to Telegram
uses: Lukasss93/telegram-action@v2
env:
TELEGRAM_TOKEN: ${{ secrets.TELEGRAM_TOKEN }}
TELEGRAM_CHAT: ${{ secrets.TELEGRAM_CHAT }}