--- /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