From e9fbfd7916575638e609f868007f205a2a498df6 Mon Sep 17 00:00:00 2001 From: "Il'ya (Marshal)" Date: Mon, 26 Apr 2021 22:28:32 +0200 Subject: [PATCH] fix workflow --- .github/workflows/make_and_send_alert.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/make_and_send_alert.yml b/.github/workflows/make_and_send_alert.yml index d204921d23..84f69bedf8 100644 --- a/.github/workflows/make_and_send_alert.yml +++ b/.github/workflows/make_and_send_alert.yml @@ -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