Merge pull request #99 from aleleba/PR-032083

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-13 16:50:26 -08:00 committed by GitHub
commit 801a15229c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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