Skip to content

Commit

Permalink
modifications done on actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Figeral committed Apr 1, 2024
1 parent 4fa0743 commit f3cd5c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/source/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']

Expand Down

0 comments on commit f3cd5c7

Please sign in to comment.