From 4fc69112751004a6d660fd7ef97055c6b7014d7d Mon Sep 17 00:00:00 2001 From: Alejandro Maldonado Date: Fri, 15 Aug 2025 18:12:14 -0500 Subject: [PATCH] Update npm-publish.yml --- .github/workflows/npm-publish.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index faef370..d3bae6d 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -28,7 +28,8 @@ jobs: registry-url: https://registry.npmjs.org/ - run: npm ci - run: npm config set "@veryfi:registry" "https://nexus.veryfi.com/repository/npm/" - - run: npm config set "//nexus.veryfi.com/repository/npm/:_authToken" "${{secrets.nexus_npm_token}}" + - run: npm config set "//nexus.veryfi.com/repository/npm/:username" "${{ secrets.NEXUS_NPM_USERNAME }}" + - run: npm config set "//nexus.veryfi.com/repository/npm/:_password" "${{ secrets.NEXUS_NPM_PASSWORD }}" - run: npm publish env: - NODE_AUTH_TOKEN: ${{secrets.npm_token}} + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}