diff --git a/.github/workflows/react-components-ci.yml b/.github/workflows/react-components-ci.yml index b154488fa50..509e2f6961f 100644 --- a/.github/workflows/react-components-ci.yml +++ b/.github/workflows/react-components-ci.yml @@ -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