Skip to content

Commit

Permalink
feat: update the all projects
Browse files Browse the repository at this point in the history
  • Loading branch information
iamrosada committed Nov 1, 2023
1 parent f231feb commit 06a75e9
Show file tree
Hide file tree
Showing 5 changed files with 342 additions and 5,083 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@ jobs:
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.PAT}}

2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
- run: npm ci
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PAT }}
4 changes: 2 additions & 2 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
registry=https://npm.pkg.github.com/iamrosada
//npm.pkg.github.com/:_authToken=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
@iamrosada:registry=https://npm.pkg.github.com/
//npm.pkg.github.com/:_authToken=${PAT}
Loading

0 comments on commit 06a75e9

Please sign in to comment.