Skip to content

Commit

Permalink
chore: add NPM_TOKEN to build step in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ribeirojose committed Sep 24, 2024
1 parent 0878d3b commit bc87b02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
uses: borales/actions-yarn@v4
with:
cmd: build
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

- name: Test the app
uses: borales/actions-yarn@v4
Expand Down

0 comments on commit bc87b02

Please sign in to comment.