Skip to content

Commit

Permalink
Merge pull request #43 from aleleba/PR-883617
Browse files Browse the repository at this point in the history
PR-883617: Actualización de dependencias y tokens de autenticación de NPM
  • Loading branch information
aleleba authored Feb 14, 2024
2 parents 30bae2d + 6ddee30 commit f7703e9
Show file tree
Hide file tree
Showing 4 changed files with 1,047 additions and 1,019 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ jobs:
- run: npm ci
- run: npm publish --access=public
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
NPM_PERSONAL_TOKEN: ${{secrets.npm_token}}
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
//registry.npmjs.org/:_authToken=${NPM_PERSONAL_TOKEN}
Loading

0 comments on commit f7703e9

Please sign in to comment.