From 046cc01215649d6b0f13d55f5833e73633e12620 Mon Sep 17 00:00:00 2001 From: zaida04 Date: Wed, 20 Jul 2022 15:56:58 -0400 Subject: [PATCH] chore: use npm token --- .github/workflows/deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index bcedd78f..dbd55ec6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,6 +22,7 @@ jobs: with: node-version: "16" cache: "pnpm" + registry-url: " https://registry.npmjs.org" - name: Install dependencies run: pnpm install -r @@ -42,3 +43,5 @@ jobs: - name: Release run: pnpm recursive publish + env: + NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}