From b2052be41df723299d608f9c0e6519c5bfa20a60 Mon Sep 17 00:00:00 2001 From: Idir Ouhab Meskine Date: Tue, 23 Jun 2020 15:32:35 +0200 Subject: [PATCH] chore: Add telegram notification --- .github/workflows/node.js.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index d0d02f8..92f8832 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -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 }}