Open SpicyLemon opened 1 year ago
The NPM username is provenanceio
and I have the password, but there's 2FA on the account (an authenticator), so I can't log in.
Here's the most recent run (and failure): https://github.com/provenance-io/provenance/actions/runs/5359953359/job/14512560941
npm notice Publishing to https://npm.pkg.github.com/ with tag alpha and public access
npm ERR! code E403
npm ERR! 403 403 Forbidden - PUT https://npm.pkg.github.com/@provenanceio%2fprovenance - Permission not_found: owner not found
npm ERR! 403 In most cases, you or one of your dependencies are requesting
npm ERR! 403 a package version that is forbidden by your security policy, or
npm ERR! 403 on a server you do not have access to.
Summary of Bug
The NPM Publishing added by #1449 failed during the
v1.15.0-rc1
andv1.15.0-rc2
releases.Version
v1.15.0-rc2
Steps to Reproduce
https://github.com/provenance-io/provenance/actions/runs/4747170813/jobs/8431733222
How that action works:
provenance-io/npm-publish-action
is defined here.package.json
.yarn
commands are defined here: npm-publish/package.jsonnpm publish --tag alpha
which resulted in the error at the top.The
NPM_TOKEN
is used to publish other packages too, e.g. walletconnect-js. It is controlled by Figure.For Admin Use