mirror of
https://github.com/tale/headplane.git
synced 2026-08-27 15:37:04 +00:00
fix: add attestation perms to gha
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user