From a893aaecc1ded4d9dff3b1bfbc303ae47da38218 Mon Sep 17 00:00:00 2001 From: figeral Date: Mon, 1 Apr 2024 20:16:22 +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 9a9c747..1d601c6 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 = 2123403309 + user_id = os.environ['USER_ID'] repository = os.environ['GITHUB_REPOSITORY'] author = os.environ['GITHUB_EVENT_AUTHOR']