From a8c41e60bbc26e80b9b6a5c02167559521b065af Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Sun, 22 Feb 2026 09:33:52 -0800 Subject: [PATCH] Set explicit workflow token permissions for CLI npm release --- .github/workflows/release-cli-npm.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release-cli-npm.yml b/.github/workflows/release-cli-npm.yml index e7b2eae6..e7c08a2c 100644 --- a/.github/workflows/release-cli-npm.yml +++ b/.github/workflows/release-cli-npm.yml @@ -10,6 +10,9 @@ on: required: true type: string +permissions: + contents: read + jobs: build-binaries: name: Build ${{ matrix.pkg }}