From 132e48fc3724bee3b1a96043442d8f4732c4769c Mon Sep 17 00:00:00 2001 From: Wade Baglin Date: Thu, 15 Jan 2026 14:26:17 +1000 Subject: [PATCH] Update publish workflow to use trusted publish --- .github/workflows/publish.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8500338..294ecff 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,6 +19,4 @@ jobs: publish: needs: ci - uses: makerxstudio/shared-config/.github/workflows/node-publish-public.yml@main - secrets: - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file + uses: makerxstudio/shared-config/.github/workflows/node-trusted-publish.yml@main