Skip to content

Commit

Permalink
ci: add npm config
Browse files Browse the repository at this point in the history
  • Loading branch information
Luisfc68 committed Jan 31, 2024
1 parent 3bcdb5a commit 8b370fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
with:
node-version: '19.6.0'

- name: NPM Login
run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> .npmrc

- name: Install truffle
run: npm install -g truffle

Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@rsksmart:registry=https://npm.pkg.github.com

0 comments on commit 8b370fe

Please sign in to comment.