diff --git a/.github/workflows/release-it.yml b/.github/workflows/release-it.yml index 942c1f9c848..4246c19b863 100644 --- a/.github/workflows/release-it.yml +++ b/.github/workflows/release-it.yml @@ -43,6 +43,7 @@ jobs: - name: Make the release env: GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }} + NPM_TOKEN: ${{ secrets.NPM_TOKEN }} run: | git config user.email "bot@zwave-js.io" git config user.name "Z-Wave JS Bot"