diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7e93713..15046e7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,6 +23,7 @@ jobs: env: RELEASE_DEPLOY_KEY: ${{ secrets.RELEASE_DEPLOY_KEY }} GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} + NPM_TOKEN: ${{ secrets.NPM_TOKEN }} - name: "Lint" run: npm run lint - name: "test"