From 884c8c012f9e98fcbc9d8b9ab86c6d14d3474cd3 Mon Sep 17 00:00:00 2001 From: Wade Baglin Date: Thu, 15 Jan 2026 14:32:53 +1000 Subject: [PATCH] ci: add NPM trusted publishing config --- .github/workflows/publish.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 294ecff..373ba38 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -5,11 +5,12 @@ on: branches: - main paths-ignore: - - '**/*.md' + - "**/*.md" permissions: contents: read packages: write + id-token: write # Required for NPM trusted publishing jobs: ci: @@ -20,3 +21,5 @@ jobs: publish: needs: ci uses: makerxstudio/shared-config/.github/workflows/node-trusted-publish.yml@main + with: + access: public