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"