From 0a4da06fe18f5d5839504710cf5357c16e092029 Mon Sep 17 00:00:00 2001 From: Danny Avila Date: Fri, 7 Mar 2025 12:20:56 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20ci:=20Update=20npm=20authenticat?= =?UTF-8?q?ion=20token=20for=20publishing=20in=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/data-schemas.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/data-schemas.yml b/.github/workflows/data-schemas.yml index bcc276249b..fee72fbe02 100644 --- a/.github/workflows/data-schemas.yml +++ b/.github/workflows/data-schemas.yml @@ -31,7 +31,7 @@ jobs: run: cd packages/data-schemas && npm run build - name: Set up npm authentication - run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc + run: echo "//registry.npmjs.org/:_authToken=${{ secrets.PUBLISH_NPM_TOKEN }}" > ~/.npmrc - name: Check version change id: check