autocf: switch to official CurseForge API, but needs CF_API_KEY (#2043)

This commit is contained in:
Geoff Bourne
2023-03-29 21:00:39 -05:00
committed by GitHub
parent d672b3878f
commit 106996f06f
9 changed files with 11 additions and 1 deletions
@@ -7,6 +7,7 @@ services:
EULA: "true"
SETUP_ONLY: "TRUE"
TYPE: AUTO_CURSEFORGE
CF_API_KEY: ${CF_API_KEY}
CF_SLUG: the-pixelmon-modpack
CF_FILENAME_MATCHER: "9.1.2"
# Use the image bundled one to ensure latest is being tested
+1
View File
@@ -0,0 +1 @@
[[ $CF_API_KEY ]] || exit 1