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

Use a new npmjs token to publish through Travis #2716

Merged
merged 1 commit into from
Aug 25, 2018

Conversation

astorije
Copy link
Member

npmjs has invalidated all tokens recently, so I had to create a new one.

For the record (because it will happen again one day or another, and for the life of me I can never remember how to do it), the command I ran to encrypt this was:

travis encrypt ****************82f5 --add deploy.api_key -r thelounge/thelounge

Those last 4 characters should appear in Travis logs the next time we release, to confirm the encrypted value is correct.

npmjs has invalidated all tokens recently, so I had to create a new one.

For the record (because it will happen again one day or another, and for the life of me I can never remember how to do it), the command I ran to encrypt this was:

```
travis encrypt ****************82f5 --add deploy.api_key -r thelounge/thelounge
```

Those last 4 characters should appear in Travis logs the next time we release, to confirm the encrypted value is correct.
@astorije astorije added the Meta: Internal This is an internal codebase change (testing, linting, etc.). label Aug 25, 2018
@astorije astorije added this to the 3.0.0 milestone Aug 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Meta: Internal This is an internal codebase change (testing, linting, etc.).
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants