From c4b18dca6f489c5a19e68cfdeb923f2e67597e32 Mon Sep 17 00:00:00 2001 From: Billy Lynch <1844673+wlynch@users.noreply.github.com> Date: Wed, 23 Oct 2024 15:57:31 -0400 Subject: [PATCH] Update release.yml - add attestations:write Needed for action: https://github.com/actions/attest?tab=readme-ov-file#usage Signed-off-by: Billy Lynch <1844673+wlynch@users.noreply.github.com> --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 97d8455e..87671283 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,6 +10,7 @@ permissions: contents: write # needed to write releases id-token: write # needed for keyless signing packages: write # needed for push images + attestations: write jobs: release: