From 6295468ae4cf034735eec3414894326296c5cf33 Mon Sep 17 00:00:00 2001 From: William Reiske Date: Thu, 19 Sep 2024 09:37:14 -0700 Subject: [PATCH] Update npmpublish.yml to use new publish secret --- .github/workflows/npmpublish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/npmpublish.yml b/.github/workflows/npmpublish.yml index 1ec9a432..36edaf0f 100644 --- a/.github/workflows/npmpublish.yml +++ b/.github/workflows/npmpublish.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - run: sudo apt-get update - run: sudo apt-get install -y libkrb5-dev - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: 20 registry-url: 'https://registry.npmjs.org' @@ -22,4 +22,4 @@ jobs: - run: npm ci - run: npm publish env: - NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} + NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_SECRET}}