refactor: rename auth.py to gitea_auth.py and ignore env files

This commit is contained in:
2026-06-21 22:27:40 -04:00
parent 203e9d4cb7
commit 51296c88a3
9 changed files with 269 additions and 120 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ Usage:
"""
import sys
from auth import get_auth_header, api_request, repo_api_url
from gitea_auth import get_auth_header, api_request, repo_api_url
HOST = "gitea.dadeschools.net"
ORG = "Contractor"