1
Fork 0

Update env var for Gitea URL
CI / build (push) Failing after 28s Details

This commit is contained in:
Jake Howard 2023-11-27 19:29:54 +00:00
parent 749d54f18d
commit 734ff89247
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ PACKAGE_NAME = "gitea-branding"
def main():
gitea_url = os.environ["GITEA_URL"]
gitea_url = os.environ["GITEA_SERVER_URL"]
gitea_token = os.environ["GITEA_TOKEN"]
session = requests.Session()