From 5509612796605cdf51992b0603e18ae01a6d0501 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Thu, 16 May 2024 03:52:45 -0400 Subject: [PATCH] feat: correct permissions for attestation generation --- .github/workflows/tagged-release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/tagged-release.yml b/.github/workflows/tagged-release.yml index dc756ec..070f44c 100644 --- a/.github/workflows/tagged-release.yml +++ b/.github/workflows/tagged-release.yml @@ -7,6 +7,11 @@ on: tags: - "*" +permissions: + attestations: write + id-token: write + contents: read + jobs: tagged-release: name: tagged-release