From eadcabcd7fd79aae61dcd885e4ddbc0d62a45d9b Mon Sep 17 00:00:00 2001 From: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com> Date: Sat, 6 May 2023 11:51:07 -0500 Subject: [PATCH] chore: Update latest-release.clj --- babashka/latest-release.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/babashka/latest-release.clj b/babashka/latest-release.clj index 3a6d076..7128f68 100644 --- a/babashka/latest-release.clj +++ b/babashka/latest-release.clj @@ -1,7 +1,7 @@ (require '[babashka.http-client :as http] '[cheshire.core :as json]) -(def token (get env "TOKEN")) +(def token (get env "GHTOKEN")) (defn latest-version [sern-repo] (-> (http/get