Skip to content

Commit

Permalink
fix: github action bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
LijuJoseJJ committed Feb 25, 2021
1 parent 901ef36 commit 936c297
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,13 @@ jobs:
node-version: ${{ matrix.node }}

- run: npm install
env:
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- run: npm run lint
env:
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- run: npm run test
env:
NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
//npm.pkg.github.com/:_authToken=${NPM_TOKEN}
@eyblockchain:registry=https://npm.pkg.github.com/

0 comments on commit 936c297

Please sign in to comment.