- Go to NPM
- Login
- Click on your profile photo in the top right corner, and select
Access Tokens
- Create a new token with the Automation type, name it something that helps you identify it.
- Come back to your repo, and click Settings
- On the left hand bar that appears, click Secrets -> Actions
- New Repository Secret in the top right corner and set
NPM_TOKEN
to the value of your token.
Write an application that does what you want.
Create a Release on Github. The tag should start with v and be in semver. Like v0.0.1