From f28bfd5f86a62fb3eb22f3fbe46c20c5bf06f6d5 Mon Sep 17 00:00:00 2001 From: Aarnav Tale Date: Sun, 22 Jun 2025 17:36:22 -0400 Subject: [PATCH] fix: add attestation perms to gha --- .github/workflows/next.yaml | 1 + .github/workflows/release.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/next.yaml b/.github/workflows/next.yaml index 25db922..10a618a 100644 --- a/.github/workflows/next.yaml +++ b/.github/workflows/next.yaml @@ -13,6 +13,7 @@ permissions: contents: read # Read access to the repository packages: write # Write access to the container registry id-token: write # For the attest action to push + attestations: write # For the attest action to push jobs: publish: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d36072a..bb46be7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -13,6 +13,7 @@ permissions: contents: read # Read access to the repository packages: write # Write access to the container registry id-token: write # For the attest action to push + attestations: write # For the attest action to push jobs: docker: