From f85e95a3524718a118de011bf266dd3ed1f8d44f Mon Sep 17 00:00:00 2001 From: gregorylavery <100631366+gregorylavery@users.noreply.github.com> Date: Tue, 29 Oct 2024 09:22:33 -0700 Subject: [PATCH] Identify with the token. --- .github/workflows/npm-publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 976e08a..c6a6839 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -29,6 +29,8 @@ jobs: registry-url: https://registry.npmjs.org/ - run: npm version minor -m "[ci skip] v%s" + env: + NODE_AUTH_TOKEN: ${{secrets.npm_token}} #- run: npm ci - run: npm publish env: