Skip to content

Commit f7021e1

Browse files
authored
Merge pull request harvesthq#3003 from harvesthq/fix_npm_auto_releases
Update encrypted NPM release token and document it
2 parents be0a298 + 0131c35 commit f7021e1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package-travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ deploy:
99
provider: npm
1010
email: chosenjs@getharvest.com
1111
api_key:
12-
secure: jilkDlYp31lPr5AxNTSoC7cgeJv1k+HFyD97RdscUm7Oc45397H//62twQY1w8gUtonjqoncSUe+deElbBs8Zm1RXoX3F3YdcrdhLgmpUFa6Qt2L1ttSJRJ/HOn7NxupwNAHCFiLib5ffFED6FvntHJG/A1693yQeR9lycMsmrQ=
12+
# This key is for automatically publishing releases to NPM,
13+
# but it is encrypted for publishing publicly like this using Travis.
14+
# More information about how this token is generated and encrypted here:
15+
# https://docs.travis-ci.com/user/deployment/npm#NPM-auth-token
16+
secure: "WXJUezbSyFX2bDLmBpO2mLSTxVzn7FH1ll6hzGPD4PUrDCRgBW7RyXX3UnIwSknIOQ/pqDq9zRPCSxHgyWNW3dX84n4P7+5C2dlxagtsBKc/ovwGqHFOrb/U+yWgrBimXvpDQeaBveZJXPhN46YYkb4NNWlP3d6bYaXqR5qtURM="
1317
on:
1418
tags: true
1519
repo: harvesthq/chosen-package

0 commit comments

Comments
 (0)