James McConnell 1 год назад
Родитель
Сommit
ed203471f5
1 измененных файлов с 14 добавлено и 0 удалено
  1. 14 0
      .github/workflows/test_telegram.yml

+ 14 - 0
.github/workflows/test_telegram.yml

@@ -0,0 +1,14 @@
+name: telegram message
+on: workflow_dispatch
+jobs:
+
+  build:
+    name: test
+    runs-on: ubuntu-latest
+    steps:
+      - name: send telegram message on push
+        uses: appleboy/telegram-action@master
+        with:
+          to: ${{ secrets.TELEGRAM_TO }}
+          token: ${{ secrets.TELEGRAM_TOKEN }}
+          message: hello