Telegram Release File

This commit is contained in:
KoalaSat 2022-10-31 17:22:07 +01:00
parent 33a860739d
commit c13f19c3b1
No known key found for this signature in database
GPG Key ID: 2F7F61C6146AB157

15
.github/release.yml vendored
View File

@ -0,0 +1,15 @@
name: Post changelog
on:
release:
types: published
jobs:
post-changelog:
runs-on: ubuntu-latest
steps:
- name: Send changelog to telegram channel
uses: tyagdit/release-telegram-action@master
with:
token: ${{ secrets.TELEGRAM_BOT_TOKEN }}
channel: ${{ secrets.CHANGELOG_CHANNEL_ID }}
changelog: ${{ github.event.release.body }}