From 934a9472c0ebe4ac4e86ea01ff1298c7cc8e06fe Mon Sep 17 00:00:00 2001 From: usetech-llc Date: Wed, 16 Dec 2020 09:07:28 +0000 Subject: [PATCH] Merge pull request #36 from usetech-llc/feature/notification_workflow Add noitification workflow --- --- /dev/null +++ b/.github/workflows/notify.yml @@ -0,0 +1,13 @@ +name: telegram message +on: + push: + branches: [ develop ] +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: avkviring/telegram-github-action@v0.0.8 + env: + telegram_to: ${{ secrets.TELEGRAM_TO }} + telegram_token: ${{ secrets.TELEGRAM_TOKEN }} + event: ${{ toJson(github.event) }} \ No newline at end of file -- gitstuff