From 67ad1aab47bc7221d2cd58aed7c7c989d0661467 Mon Sep 17 00:00:00 2001 From: hawthorne-abendsen Date: Tue, 19 Nov 2024 17:44:47 +0200 Subject: [PATCH] add attestation permissions --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 629d078..4ce35bf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,6 +4,11 @@ on: push: tags: - 'v*' + +permissions: + id-token: write + contents: write + attestations: write jobs: release-contract: