From cb3b3f3eff39482bd8826b151e394faa5224a8a5 Mon Sep 17 00:00:00 2001 From: Northern Man <19808920+NorthernMan54@users.noreply.github.com> Date: Mon, 30 Oct 2023 13:45:54 -0400 Subject: [PATCH] Update PackageNPMRelease.yml --- .github/workflows/PackageNPMRelease.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/PackageNPMRelease.yml b/.github/workflows/PackageNPMRelease.yml index 74af0baa8..68381fd77 100644 --- a/.github/workflows/PackageNPMRelease.yml +++ b/.github/workflows/PackageNPMRelease.yml @@ -81,13 +81,13 @@ jobs: if: ${{ github.repository == 'homebridge/node-pty-prebuilt-multiarch' && inputs.Beta }} run: npm publish --access public --tag=beta env: - NODE_AUTH_TOKEN: ${{ secrets.npm_auth_token }} + NODE_AUTH_TOKEN: ${{ secrets.npm_token }} - name: npm publish production if: ${{ github.repository == 'homebridge/node-pty-prebuilt-multiarch' && ! inputs.Beta }} run: npm publish --access public env: - NODE_AUTH_TOKEN: ${{ secrets.npm_auth_token }} + NODE_AUTH_TOKEN: ${{ secrets.npm_token }} # Publish_NPM_Release: