github / webauthn-json

🔏 A small WebAuthn API wrapper that translates to/from pure JSON using base64url.
https://github.github.com/webauthn-json/demo/
MIT License
757 stars 60 forks source link

Update npm auth env #68

Closed feelepxyz closed 1 year ago

feelepxyz commented 1 year ago

Use the env var NODE_AUTH_TOKEN as actions/setup-node will auto-magically read this env var in the created .npmrc file it creates.

Ref: https://github.com/actions/setup-node/blob/d1b197b965eb46e1a1878caad41c4ab3efae133f/src/authutil.ts#L48