Skip to content

Commit

Permalink
Add github run id environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
origamiofficial committed Apr 2, 2024
1 parent ce0ed52 commit 75b5f45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
import os
import sys

# Telegram information
# Environment variable information
TELEGRAM_CHAT_ID = os.environ["TELEGRAM_CHAT_ID"]
TELEGRAM_ADMIN_CHAT_ID = os.environ.get("TELEGRAM_ADMIN_CHAT_ID")
TELEGRAM_BOT_API_KEY = os.environ["TELEGRAM_BOT_API_KEY"]
GITHUB_RUN_ID = os.environ["GITHUB_RUN_ID"]

# URL and XPath information for AIUB Notice page
WEBSITE_URL = "https://www.aiub.edu/category/notices/"
Expand Down

0 comments on commit 75b5f45

Please sign in to comment.