From 687321d2cf95c994c965a0f398cdddbb03ddb09a Mon Sep 17 00:00:00 2001 From: John Dvorak Date: Wed, 20 May 2026 16:37:15 -0700 Subject: [PATCH] (fix) Fix package pipe. --- .gitea/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index 4396ee3..5d9ccfa 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -23,7 +23,7 @@ jobs: - name: Publish to Gitea npm env: - NPM_TOKEN: ${{ secrets.GITEA_PACKAGE_TOKEN }} + NPM_TOKEN: ${{ secrets.PACKAGE_TOKEN }} run: | echo "//hub.kl1.tenere.ai/api/packages/apophis/npm/:_authToken=${NPM_TOKEN}" > .npmrc npm publish --registry https://hub.kl1.tenere.ai/api/packages/apophis/npm/