Default manifests to public raw files (no token needed)
This commit is contained in:
@@ -40,13 +40,13 @@ ALL_PATTERNS = [
|
||||
# Release updater
|
||||
DEFAULT_MANIFEST_URL = os.environ.get(
|
||||
"PIKIT_MANIFEST_URL",
|
||||
# Stable manifest (public release asset)
|
||||
"https://git.44r0n.cc/44r0n7/pi-kit/releases/download/v0.1.2/manifest.json",
|
||||
# Stable manifest (raw in repo, public)
|
||||
"https://git.44r0n.cc/44r0n7/pi-kit/raw/branch/main/manifests/manifest-stable.json",
|
||||
)
|
||||
DEFAULT_DEV_MANIFEST_URL = os.environ.get(
|
||||
"PIKIT_DEV_MANIFEST_URL",
|
||||
# Dev manifest (public release asset)
|
||||
"https://git.44r0n.cc/44r0n7/pi-kit/releases/download/v0.1.3-dev1/manifest.json",
|
||||
# Dev manifest (raw in repo, public)
|
||||
"https://git.44r0n.cc/44r0n7/pi-kit/raw/branch/main/manifests/manifest-dev.json",
|
||||
)
|
||||
AUTH_TOKEN = os.environ.get("PIKIT_AUTH_TOKEN")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user