From 363b744f7ad9c2a64fca68d5a3dc18a1093972ad Mon Sep 17 00:00:00 2001 From: crueter Date: Sun, 6 Jul 2025 16:58:17 -0400 Subject: [PATCH] remove token req Signed-off-by: crueter --- body.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/body.sh b/body.sh index c5e0549..ba9bb21 100755 --- a/body.sh +++ b/body.sh @@ -3,11 +3,6 @@ BASE_DOWNLOAD_URL="https://github.com/eden-emulator/Releases/releases/download" 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() { ARCH="$1" PRETTY_ARCH="$2"