PR-032083: Actualizado el token de autenticación de NPM en el flujo de trabajo principal.

This commit is contained in:
Alejandro Lembke Barrientos 2024-02-14 00:47:27 +00:00
parent db83faa732
commit 4ae01db8e7

View File

@ -92,4 +92,4 @@ jobs:
- run: npm ci --legacy-peer-deps - run: npm ci --legacy-peer-deps
- run: npm publish --access=public - run: npm publish --access=public
env: env:
NODE_AUTH_TOKEN: ${{secrets.NPM_PERSONAL_TOKEN}} NPM_PERSONAL_TOKEN: ${{secrets.NPM_PERSONAL_TOKEN}}