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: