From e54a666cf934ad572e6f03de4bebf119635740e6 Mon Sep 17 00:00:00 2001 From: Boris Verkhovskiy Date: Tue, 28 Jul 2026 12:42:54 -0600 Subject: [PATCH] Give token write permissions for gh release create --- .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 e922223..63beed4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,7 +16,7 @@ jobs: permissions: id-token: write attestations: write - contents: read + contents: write needs: build steps: - name: Checkout repository