From 5599a3b0acc726cdd7bb8179044e5741be5adf18 Mon Sep 17 00:00:00 2001 From: ludeeus Date: Tue, 28 May 2024 14:06:50 +0000 Subject: [PATCH] fix attestation --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ad340957..92118b23 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -109,8 +109,9 @@ jobs: name: release url: https://pypi.org/p/hacs-frontend permissions: - id-token: write + attestations: write contents: write + id-token: write steps: - name: Download dists uses: actions/download-artifact@v4.1.7