From 2d27a721f8bf81d75dc590b374cedf9082c7bfec Mon Sep 17 00:00:00 2001 From: tooomm Date: Sat, 14 Jun 2025 01:11:33 +0200 Subject: [PATCH] Fix workflow permissions for attestations (#5987) --- .github/workflows/desktop-build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index cec2fa44e..178fa21bb 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -1,5 +1,9 @@ name: Build Desktop +permissions: + id-token: write + attestations: write + on: push: branches: