Skip to content

Commit

Permalink
Add NPM auth information to build job
Browse files Browse the repository at this point in the history
  • Loading branch information
johngrimes authored Sep 16, 2024
1 parent d6f01c5 commit c385e0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18
scope: ''
token: ${{ secrets.NPM_TOKEN }}
- run: npm ci -w packages/ecl-builder
- run: npm test -w packages/ecl-builder

Expand Down

0 comments on commit c385e0a

Please sign in to comment.