From c96d3726eff22ff27b66ce463424f2699db6b0a6 Mon Sep 17 00:00:00 2001 From: Don Isaac Date: Tue, 26 Nov 2024 20:50:42 -0500 Subject: [PATCH] ci: add contents: write perms to release workflow --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 79445e8..b9463d9 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -11,7 +11,7 @@ env: permissions: id-token: write - contents: read + contents: write attestations: write jobs: