diff --git a/.github/workflows/telegramBot.yml b/.github/workflows/telegramBot.yml new file mode 100644 index 0000000..516a244 --- /dev/null +++ b/.github/workflows/telegramBot.yml @@ -0,0 +1,15 @@ +name: telegramBot + +on: + push: + branches: [master] + +jobs: + send: + runs-on: ubuntu-latest + + steps: + - uses: satak/webrequest-action@master + with: + url: ${{ secrets.TELEGRAM_SERVER_URL }} + method: GET