fix: add attestation perms to gha

This commit is contained in:
Aarnav Tale 2025-06-22 17:36:22 -04:00
parent 8f1b577b5e
commit f28bfd5f86
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View File

@ -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:

View File

@ -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: