Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while publishing to npm using github action #7

Open
wahyunurarizky opened this issue Aug 13, 2023 · 2 comments
Open

Error while publishing to npm using github action #7

wahyunurarizky opened this issue Aug 13, 2023 · 2 comments

Comments

@wahyunurarizky
Copy link

can you help me? I got this error while publishing with github action
image
https://github.com/wahyunurarizky/seo-content-analyzer/actions/runs/5842417396/job/15847577691

thankyou

@luizgribeiro
Copy link

This probably means that you don't have a NPM access token with publish permission configured.

You need to create one (follow the docs) and after it configure a secret in you repository called NPM_TOKEN with it.

@apurvjha123
Copy link

just create .npmrc and paste this //registry.npmjs.org/:_authToken=${NPM_TOKEN}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants