This commit is contained in:
2025-01-21 22:53:45 -08:00
parent 9966d52a8a
commit eb1ee2c2cb
2 changed files with 4 additions and 3 deletions

View File

@ -8,7 +8,7 @@ from requests.auth import HTTPBasicAuth
URL="https://git.betalupi.com"
USER = os.environ['USER']
PACKAGE = "ormc-handouts"
PACKAGE = os.environ['PACKAGE']
VERSION = os.environ['VERSION']
AUTH = HTTPBasicAuth(USER, os.environ['PUBLISH_KEY'])