From 1495f766263aefa5d220993a6d1aa8e7c2800d7c Mon Sep 17 00:00:00 2001 From: David Ahmann Date: Wed, 18 Feb 2026 07:53:57 -0500 Subject: [PATCH] fix release: grant attestations write permission --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2eabff4..1bd5388 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,6 +8,7 @@ on: permissions: contents: write id-token: write + attestations: write jobs: release: