From b120d3579334ff55a98789d4f469b75c7732b223 Mon Sep 17 00:00:00 2001 From: Heihokon Date: Thu, 29 Jan 2026 09:33:42 -0600 Subject: [PATCH] chore: add read permission for contents in npm CD workflow --- .github/workflows/npm-cd-latest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/npm-cd-latest.yml b/.github/workflows/npm-cd-latest.yml index 7c69933..70eb27c 100644 --- a/.github/workflows/npm-cd-latest.yml +++ b/.github/workflows/npm-cd-latest.yml @@ -6,6 +6,7 @@ on: permissions: id-token: write + contents: read jobs: build: