From b25e95fc4aed239f0d85771c28fe2cbacdc94112 Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Sun, 8 Jun 2025 16:14:38 +0200 Subject: [PATCH] ci/cd: add missing attestions permission --- .github/workflows/build-next.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-next.yml b/.github/workflows/build-next.yml index fcdd2002..1fc98ab7 100644 --- a/.github/workflows/build-next.yml +++ b/.github/workflows/build-next.yml @@ -12,6 +12,7 @@ jobs: contents: read packages: write id-token: write + attestations: write steps: - name: Checkout code uses: actions/checkout@v4