From 9756ca057a70211a046d5b141a8f005ff6648c68 Mon Sep 17 00:00:00 2001 From: Matthew DeVenny Date: Thu, 12 Dec 2024 14:21:48 -0700 Subject: [PATCH] Fix release permissions Signed-off-by: Matthew DeVenny --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index c5f210d..4c6d5f5 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -7,7 +7,7 @@ jobs: permissions: id-token: write packages: write - contents: read + contents: write attestations: write steps: