From 342ded1fec294e222dbb70137bc0e60812089791 Mon Sep 17 00:00:00 2001 From: jdx <216188+jdx@users.noreply.github.com> Date: Sun, 17 May 2026 16:28:07 +0000 Subject: [PATCH] ci: allow reading attestations --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f96c075..fef5e3a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,6 +10,7 @@ on: # rebuild any PRs and main branch changes permissions: contents: read + attestations: read concurrency: group: ${{ github.workflow }}-${{ github.ref_name }}