Skip to content

Commit

Permalink
chore: Add telegram notification
Browse files Browse the repository at this point in the history
  • Loading branch information
idirouhab committed Jun 23, 2020
1 parent d7208d8 commit b2052be
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,8 @@ jobs:
run: curl -SL https://github.com/go-semantic-release/semantic-release/releases/download/v1.22.0/semantic-release_v1.22.0_linux_amd64 -o ~/semantic-release && chmod +x ~/semantic-release && ~/semantic-release -allow-no-changes -ghr -vf
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: send default message
uses: appleboy/telegram-action@master
with:
to: ${{ secrets.TELEGRAM_TO }}
token: ${{ secrets.TELEGRAM_TOKEN }}

0 comments on commit b2052be

Please sign in to comment.