mirror of https://github.com/openclaw/openclaw.git
docs: note npmjs 1password path for releases
This commit is contained in:
parent
dc78725d47
commit
1b3d8ee250
|
|
@ -219,6 +219,7 @@
|
|||
## NPM + 1Password (publish/verify)
|
||||
|
||||
- Use the 1password skill; all `op` commands must run inside a fresh tmux session.
|
||||
- Correct 1Password path for npm release auth: `op://Private/Npmjs` (use that item; OTP stays `op://Private/Npmjs/one-time password?attribute=otp`).
|
||||
- Sign in: `eval "$(op signin --account my.1password.com)"` (app unlocked + integration on).
|
||||
- OTP: `op read 'op://Private/Npmjs/one-time password?attribute=otp'`.
|
||||
- Publish: `npm publish --access public --otp="<otp>"` (run from the package dir).
|
||||
|
|
|
|||
Loading…
Reference in New Issue