Skip to content

Commit

Permalink
npmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Bali committed Oct 17, 2023
1 parent 3983ff6 commit a81865d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,15 @@ jobs:
- run: |
git config --global user.name "Shummy1991"
git config --global user.email "[email protected]"
# - run: |
# set -x
- run: |
set -x
# echo '//npm.pkg.github.com/:_authToken=${{ secrets.PACKAGE_DEPLOYER_PAT }}' > .npmrc
# echo '@shummy1991:registry=https://npm.pkg.github.com' >> .npmrc
# echo 'always-auth=true' >> .npmrc
echo '//npm.pkg.github.com/:_authToken=${{ secrets.PACKAGE_DEPLOYER_PAT }}' > .npmrc
echo '@shummy1991:registry=https://npm.pkg.github.com' >> .npmrc
echo 'always-auth=true' >> .npmrc
- run: npm ci
- run: npm i @shummy1991/package-test@latest
- run: rm .npmrc
- run: git add .
- run: git commit -m "update package"
- run: git push
Expand Down
3 changes: 0 additions & 3 deletions .npmrc

This file was deleted.

0 comments on commit a81865d

Please sign in to comment.