From 19a296ab9a174ab2c99b3ac4fd42977a24081f3d Mon Sep 17 00:00:00 2001 From: edmand46 Date: Fri, 28 Aug 2026 18:42:59 +0300 Subject: [PATCH] ci: publish with NPM_TOKEN PAT (job GITEA_TOKEN cannot write org packages) --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 6cee265..0ff0921 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -58,4 +58,4 @@ jobs: - name: Publish run: npm publish env: - NODE_AUTH_TOKEN: ${{ secrets.GITEA_TOKEN }} + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}