How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Automatic npm publishing, with GitHub Actions & npm granular tokens

calendar_today March 22, 2023 domain http-toolkit

This week, at long last, GitHub announced granular access tokens for npm . This is a big deal! It’s great for security generally, but also particularly useful if you maintain any npm packages, as it removes the main downside of automating npm publishing, by allowing you to give CI jobs only a very limited token instead of full 2FA-free access to your account.

open_in_new Read original post