fix: add attestation perms to gha
This commit is contained in:
parent
8f1b577b5e
commit
f28bfd5f86
2 changed files with 2 additions and 0 deletions
1
.github/workflows/next.yaml
vendored
1
.github/workflows/next.yaml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue