From 8877cfea2b867f8756abb1ebe9f119998136cda6 Mon Sep 17 00:00:00 2001 From: Drew Ritter Date: Thu, 23 Oct 2025 17:29:05 -0700 Subject: [PATCH] ci: update publish workflow permissions for release comments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Change contents permission from read to write - Enable GitHub Actions to comment on releases 🤖 Generated with Claude via commitment --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b55bb24..d727070 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -9,7 +9,7 @@ jobs: name: Publish to npm runs-on: ubuntu-latest permissions: - contents: read + contents: write # Needed to comment on release id-token: write # Required for npm provenance steps: