From d410731a72a869bc47996578e0acd9c4d6947579 Mon Sep 17 00:00:00 2001 From: Robert Kieffer Date: Sat, 26 Oct 2024 08:21:23 -0700 Subject: [PATCH] chore: update npm auth token --- .github/workflows/release-please.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 21805aca..d7419027 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -1,9 +1,12 @@ +# Docs Release Please usage can be found at: +# - https://github.com/googleapis/release-please +# - https://github.com/googleapis/release-please-action + on: workflow_dispatch: push: branches: - main - - release-please permissions: contents: write @@ -38,5 +41,5 @@ jobs: - run: npm publish env: - NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}} + NODE_AUTH_TOKEN: ${{secrets.UUID_NPM_RELEASE_TOKEN}} if: ${{ steps.release.outputs.release_created }}