chore: fix repo org farhoodliquor→farhoodlabs; wire NPM_TOKEN for publish

- 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 <noreply@paperclip.ing>
This commit is contained in:
Gandalf the Greybeard
2026-04-23 16:20:48 +00:00
parent 77e9aa9b37
commit 8937fb2804
3 changed files with 7 additions and 5 deletions
+2
View File
@@ -53,3 +53,5 @@ jobs:
else
npm publish --provenance --access public
fi
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}