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

Wrong deploy key in travis "npm releasing" doc #2964

Open
gturi opened this issue Jan 21, 2021 · 1 comment
Open

Wrong deploy key in travis "npm releasing" doc #2964

gturi opened this issue Jan 21, 2021 · 1 comment
Labels

Comments

@gturi
Copy link

gturi commented Jan 21, 2021

Travis doc displays the following base config to deploy packages to npm:

language: node_js
node_js:
  - "12.13"

deploy:
  provider: npm
  email: "YOUR_EMAIL_ADDRESS"
  api_key: "YOUR_AUTH_TOKEN"

However, the deploy step fails since Travis looks for api_token instead of api_key

@stale
Copy link

stale bot commented Jan 9, 2022

Thanks for contributing to this issue. As it has been 90 days since the last activity, we are automatically closing the issue. This is often because the request was already solved in some way and it just wasn't updated or it's no longer applicable. If that's not the case, please do feel free to either reopen this issue or open a new one. We'll gladly take a look again! You can read more here: https://blog.travis-ci.com/2018-03-09-closing-old-issues

@stale stale bot added the stale label Jan 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants
@gturi and others