remove token req

Signed-off-by: crueter <swurl@swurl.xyz>
This commit is contained in:
crueter
2025-07-06 16:58:17 -04:00
parent 17aa28f053
commit 363b744f7a

View File

@@ -3,11 +3,6 @@
BASE_DOWNLOAD_URL="https://github.com/eden-emulator/Releases/releases/download" BASE_DOWNLOAD_URL="https://github.com/eden-emulator/Releases/releases/download"
TAG="$FORGEJO_TAG" TAG="$FORGEJO_TAG"
if [ "$FORGEJO_TOKEN" = "" ]; then
echo "You must supply a Forgejo API Token via the FORGEJO_TOKEN environment variable."
exit 1
fi
linux() { linux() {
ARCH="$1" ARCH="$1"
PRETTY_ARCH="$2" PRETTY_ARCH="$2"