From 16dac2a9e3b30bd658c3b50366a4a22605170c9c Mon Sep 17 00:00:00 2001 From: Ashley Wright Date: Fri, 12 Dec 2025 13:35:10 -0700 Subject: [PATCH 1/2] change the npm token --- .github/workflows/semantic-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index 1921b720d9..cf0eb06652 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -41,5 +41,5 @@ jobs: - name: Release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + NPM_TOKEN: aud: "npm:registry.npmjs.org" run: npx semantic-release From 384f93e74e8846f3db9b33b5eac640d79b39205e Mon Sep 17 00:00:00 2001 From: Ashley Wright Date: Fri, 12 Dec 2025 13:36:09 -0700 Subject: [PATCH 2/2] fix: change the npm token