From 00a989f00084ada2022d8a5b212c25a7fa7adf5f Mon Sep 17 00:00:00 2001 From: Paul Carroll Date: Wed, 6 Dec 2023 13:19:09 -0500 Subject: [PATCH] update NPM authentication --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4436962..217a5af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,8 +22,8 @@ script: deploy: # Publish npm package with tag "next" on release candidates - provider: npm - email: "${NPMJS_EMAIL}" - api_key: "${NPMJS_API_KEY}" + email: "${NPMJS_EMAIL_20231206}" + api_key: "${NPMJS_API_KEY_20231206}" tag: next skip_cleanup: true on: @@ -31,8 +31,8 @@ deploy: condition: ${TRAVIS_TAG} =~ ^[0-9]+\.[0-9]+\.[0-9]+(-rc\.[0-9]+)$ # Publish npm package as "latest" on release - provider: npm - email: "${NPMJS_EMAIL}" - api_key: "${NPMJS_API_KEY}" + email: "${NPMJS_EMAIL_20231206}" + api_key: "${NPMJS_API_KEY_20231206}" skip_cleanup: true on: tags: true