diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index cda5fb06..9f197f2b 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -39,3 +39,4 @@ jobs: run: npm run semantic-release env: GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }} + NPM_TOKEN: ${{ secrets.SEMANTIC_RELEASE_NPM_TOKEN }}