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

Commit

Permalink
Added notify workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasss93 committed Jun 4, 2020
1 parent 651b40a commit 8e6cdd3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/notify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Notify
on:
push:
release:
types: [published]

jobs:
notify:
name: Notify via Telegram
runs-on: ubuntu-latest
steps:
- name: Send message to Telegram
uses: Lukasss93/[email protected]
env:
TELEGRAM_TOKEN: ${{ secrets.telegram_token }}
TELEGRAM_CHAT: ${{ secrets.telegram_chat }}

0 comments on commit 8e6cdd3

Please sign in to comment.