From 8937fb2804952844db126e295abfe9773ec53b89 Mon Sep 17 00:00:00 2001 From: Gandalf the Greybeard Date: Thu, 23 Apr 2026 16:20:48 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20fix=20repo=20org=20farhoodliquor?= =?UTF-8?q?=E2=86=92farhoodlabs;=20wire=20NPM=5FTOKEN=20for=20publish?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update repository, bugs, and homepage URLs in package.json to use the correct farhoodlabs GitHub org - Add NODE_AUTH_TOKEN: NPM_TOKEN to the CI publish step so the newly added NPM_TOKEN secret is picked up for authentication Co-Authored-By: Paperclip --- .github/workflows/ci.yml | 2 ++ package-lock.json | 4 ++-- package.json | 6 +++--- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 37b8fbe..6b59c53 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,3 +53,5 @@ jobs: else npm publish --provenance --access public fi + env: + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/package-lock.json b/package-lock.json index e2ea25e..cc175b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "paperclip-adapter-claude-k8s", - "version": "0.1.29", + "version": "0.1.30", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "paperclip-adapter-claude-k8s", - "version": "0.1.29", + "version": "0.1.30", "license": "MIT", "dependencies": { "@kubernetes/client-node": "^1.0.0", diff --git a/package.json b/package.json index 3058d5b..f62db1e 100644 --- a/package.json +++ b/package.json @@ -5,12 +5,12 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/farhoodliquor/paperclip-adapter-claude-k8s" + "url": "https://github.com/farhoodlabs/paperclip-adapter-claude-k8s" }, "bugs": { - "url": "https://github.com/farhoodliquor/paperclip-adapter-claude-k8s/issues" + "url": "https://github.com/farhoodlabs/paperclip-adapter-claude-k8s/issues" }, - "homepage": "https://github.com/farhoodliquor/paperclip-adapter-claude-k8s#readme", + "homepage": "https://github.com/farhoodlabs/paperclip-adapter-claude-k8s#readme", "type": "module", "paperclip": { "adapterUiParser": "1.0.0"