From 79e959ae45b526124fd8705a1c0db8fbbf281686 Mon Sep 17 00:00:00 2001 From: Sanjib Devnath Date: Thu, 19 Feb 2026 10:53:53 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(ci):=20grant=20contents:writ?= =?UTF-8?q?e=20permission=20for=20release=20asset=20upload=20(#5)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The npm-publish workflow needs write access to upload tarballs to GitHub releases. Read-only caused "Resource not accessible by integration". Co-authored-by: Cursor --- .github/workflows/npm-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 718aa7e..98c4d8a 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -15,7 +15,7 @@ jobs: name: Publish to NPM Registry runs-on: ubuntu-latest permissions: - contents: read + contents: write id-token: write steps: