mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2024-11-22 15:26:43 +01:00
fix workflow
This commit is contained in:
parent
0682ce4dc3
commit
e9fbfd7916
1 changed files with 1 additions and 0 deletions
1
.github/workflows/make_and_send_alert.yml
vendored
1
.github/workflows/make_and_send_alert.yml
vendored
|
@ -30,6 +30,7 @@ jobs:
|
|||
if: ${{ github.event.head_commit.author.name == 'GitHub Action' }}
|
||||
env:
|
||||
COMMIT_SHA: ${{ github.sha }}
|
||||
GITHUB_PAT: ${{ secrets.PAT_FOR_ALERTS }}
|
||||
TELEGRAM_BOT_TOKEN: ${{ secrets.TELEGRAM_BOT_TOKEN }}
|
||||
run: |
|
||||
python make_and_send_alert.py
|
||||
|
|
Loading…
Reference in a new issue