Skip to content

Commit

Permalink
chore(workflows): add telegramBot
Browse files Browse the repository at this point in the history
  • Loading branch information
gizeasy committed Jan 21, 2022
1 parent 40e7cd7 commit 5d7c41d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/telegramBot.yml
Original file line number Diff line number Diff line change
@@ -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

1 comment on commit 5d7c41d

@vercel
Copy link

@vercel vercel bot commented on 5d7c41d Jan 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.