fix: add attestation perms to gha
This commit is contained in:
parent
8f1b577b5e
commit
f28bfd5f86
1
.github/workflows/next.yaml
vendored
1
.github/workflows/next.yaml
vendored
@ -13,6 +13,7 @@ permissions:
|
|||||||
contents: read # Read access to the repository
|
contents: read # Read access to the repository
|
||||||
packages: write # Write access to the container registry
|
packages: write # Write access to the container registry
|
||||||
id-token: write # For the attest action to push
|
id-token: write # For the attest action to push
|
||||||
|
attestations: write # For the attest action to push
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
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
|
contents: read # Read access to the repository
|
||||||
packages: write # Write access to the container registry
|
packages: write # Write access to the container registry
|
||||||
id-token: write # For the attest action to push
|
id-token: write # For the attest action to push
|
||||||
|
attestations: write # For the attest action to push
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker:
|
docker:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user