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 f3cd5c7 commit a893aae
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 = 2123403309
user_id = os.environ['USER_ID']
repository = os.environ['GITHUB_REPOSITORY']
author = os.environ['GITHUB_EVENT_AUTHOR']

Expand Down

0 comments on commit a893aae

Please sign in to comment.