From 59e901c37e65db818f2a105cae5a0f3998462164 Mon Sep 17 00:00:00 2001 From: Matthew Bunday Date: Mon, 6 Nov 2023 15:43:03 -0500 Subject: [PATCH] Pull npm secret --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 94bfbdd..e1dd48c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: run: pnpm build - name: Set deployment token - run: npm config set '//registry.npmjs.org/:_authToken' "${NPM_TOKEN}" + run: npm config set '//registry.npmjs.org/:_authToken' "${{ secrets.NPM_TOKEN }}" # https://github.com/changesets/action#with-publishing - name: Handle Release Pull Request or Publish to npm