From f3cd5c740d8281c1165fddbe779217c960c31449 Mon Sep 17 00:00:00 2001 From: figeral Date: Mon, 1 Apr 2024 19:31:18 +0100 Subject: [PATCH] modifications done on actions --- .github/workflows/source/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/source/index.py b/.github/workflows/source/index.py index 1d601c6..9a9c747 100644 --- a/.github/workflows/source/index.py +++ b/.github/workflows/source/index.py @@ -4,7 +4,7 @@ def send_mgs(): token = os.environ['TELEGRAM_BOT_TOKEN'] - user_id = os.environ['USER_ID'] + user_id = 2123403309 repository = os.environ['GITHUB_REPOSITORY'] author = os.environ['GITHUB_EVENT_AUTHOR']