ci: add test telegram notify workflow

This commit is contained in:
Nicolas Giard 2022-06-19 23:10:41 -04:00 committed by GitHub
parent 0a1bc707fb
commit 56457c858c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

18
.github/workflows/telegram.yml vendored Normal file
View File

@ -0,0 +1,18 @@
name: Telegram Test
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Notify Telegram Channel
uses: appleboy/telegram-action@0.0.3
with:
to: ${{ secrets.TELEGRAM_TO }}
token: ${{ secrets.TELEGRAM_TOKEN }}
format: markdown
message: |
Wiki.js **2.5.284** has been released!
See [release notes](https://github.com/requarks/wiki/releases) for details.