Skip to content

Commit

Permalink
fix: add env npm_token to lint step
Browse files Browse the repository at this point in the history
  • Loading branch information
christjt committed Jun 27, 2023
1 parent 6d1ddec commit 5b11e03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/react-components-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
working-directory: react-components
continue-on-error: false
run: yarn run lint
env:
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}

- name: Build components
working-directory: react-components
Expand Down

0 comments on commit 5b11e03

Please sign in to comment.