From 2091ed4541d31551a05302b564ebedd756804d27 Mon Sep 17 00:00:00 2001 From: Christopher McLaughlin <38788145+christopher-learningpool@users.noreply.github.com> Date: Fri, 6 May 2022 11:46:18 +0100 Subject: [PATCH] ci(GitHub Actions): Allow publish to NPM [CICD-236] --- .github/workflows/integration.yml | 1 + 1 file changed, 1 insertion(+) 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 }}