diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e21a1d..534e243 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -258,3 +258,5 @@ jobs: - name: Publish to NPM run: npm publish .temp/*-npm-*.tgz + env: + NPM_TOKEN: ${{ secrets.NPM_TOKEN }}