diff --git a/update_profile.py b/update_profile.py index e87e35e..cfd9664 100644 --- a/update_profile.py +++ b/update_profile.py @@ -6,7 +6,7 @@ import datetime GITEA_URL = "https://gitea.nathan-falvey.synology.me" USERNAME = "nathan" BOT_NAME = "Gitea Action" # The name used in your git config in the .yaml -GITEA_TOKEN = os.getenv("GITEA_TOKEN") +GITEA_TOKEN = os.getenv("PROFILE_UPDATER_GITEA_TOKEN") def format_bytes(size_bytes): """Converts bytes to a human-readable string."""