From ad27e579a3e111d131169f7787fa5cce1b802758 Mon Sep 17 00:00:00 2001 From: Joseph R Miles Date: Tue, 13 Jul 2021 11:37:25 -0700 Subject: [PATCH] :green_heart: ci: Added NPM token --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fbe23a7..18e882d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,4 +32,5 @@ jobs: - run: npx semantic-release --dry-run env: - GH_TOKEN: ${{ secrets.GH_TOKEN }} \ No newline at end of file + GH_TOKEN: ${{ secrets.GH_TOKEN }} + NPM_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file