From 522c1cda8551d4dd15adae0142166f0e98a20bc0 Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Thu, 20 Mar 2025 10:13:46 -0400 Subject: [PATCH] use github token --- bunfig.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bunfig.toml b/bunfig.toml index cd46a70..1d9cea2 100644 --- a/bunfig.toml +++ b/bunfig.toml @@ -1,3 +1,3 @@ [install.scopes] # registry with token -"@atlas" = { token = "$FORGEJO_TOKEN", url = "https://git.palko.ca/api/packages/Pantheon/npm/" } +"@atlas" = { token = "$GITHUB_TOKEN", url = "https://git.palko.ca/api/packages/Pantheon/npm/" } \ No newline at end of file