We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
can you help me? I got this error while publishing with github action https://github.com/wahyunurarizky/seo-content-analyzer/actions/runs/5842417396/job/15847577691
thankyou
The text was updated successfully, but these errors were encountered:
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.
NPM_TOKEN
Sorry, something went wrong.
just create .npmrc and paste this //registry.npmjs.org/:_authToken=${NPM_TOKEN}
.npmrc
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
No branches or pull requests
can you help me? I got this error while publishing with github action
https://github.com/wahyunurarizky/seo-content-analyzer/actions/runs/5842417396/job/15847577691
thankyou
The text was updated successfully, but these errors were encountered: