Skip to content

Commit

Permalink
chore: add npm login for priv pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
Luisfc68 committed May 17, 2024
1 parent f320818 commit 1c48b85
Showing 1 changed file with 3 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: npm config set //npm.pkg.github.com/:_authToken ${{ secrets.GITHUB_TOKEN }}

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

Expand Down

0 comments on commit 1c48b85

Please sign in to comment.