mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-18 20:02:36 +08:00
Support artifact attestations verification
This commit is contained in:
@@ -6,6 +6,13 @@
|
||||
"asset_name": "${package}-${rust_target}.tar.gz",
|
||||
"bin": ["${package}${exe}", "${package}-cp${exe}"],
|
||||
"version_range": ">= 1.0.0",
|
||||
"signing": {
|
||||
"kind": {
|
||||
"gh-attestation": {
|
||||
"signer-workflow": "${repo}/.github/workflows/ci.yml"
|
||||
}
|
||||
}
|
||||
},
|
||||
"platform": {
|
||||
"x86_64_linux_musl": {},
|
||||
"x86_64_macos": {},
|
||||
|
||||
Reference in New Issue
Block a user