You will need to add two secret variables to the repo, GITHUB_TOKEN, which needs write access, and NPM_TOKEN which you can generate from NPM. This should only run when you make a push to the master branch.
I tested an almost exact setup in my fork of the repository at https://github.com/jhechtf/yrv/tree/wip/auto-publish, which worked as expected. However, in that case I was publishing to a Verdaccio registry I setup on a self-hosted EC2 instance. I'll leave the EC2 instance up for the next couple of days JIC you want to see the registry to verify you can grab the URL from the linked branch.
Closes #67
You will need to add two secret variables to the repo,
GITHUB_TOKEN
, which needs write access, andNPM_TOKEN
which you can generate from NPM. This should only run when you make a push to the master branch.I tested an almost exact setup in my fork of the repository at https://github.com/jhechtf/yrv/tree/wip/auto-publish, which worked as expected. However, in that case I was publishing to a Verdaccio registry I setup on a self-hosted EC2 instance. I'll leave the EC2 instance up for the next couple of days JIC you want to see the registry to verify you can grab the URL from the linked branch.