Update GITEA_TOKEN environment variable to PROFILE_UPDATER_GITEA_TOKEN

This commit is contained in:
2026-02-27 23:04:19 +00:00
parent 504067d96d
commit b7f60d75e7

View File

@@ -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."""