mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-17 19:52:38 +08:00
Support artifact attestations verification
This commit is contained in:
@@ -3,6 +3,14 @@
|
||||
"tag_prefix": "v",
|
||||
"rust_crate": "${package}",
|
||||
"asset_name": "${package}-${rust_target}.tar.gz",
|
||||
"signing": {
|
||||
"version_range": ">= 0.8.5",
|
||||
"kind": {
|
||||
"gh-attestation": {
|
||||
"signer-workflow": "taiki-e/github-actions/.github/workflows/rust-release.yml"
|
||||
}
|
||||
}
|
||||
},
|
||||
"platform": {
|
||||
"x86_64_linux_musl": {},
|
||||
"x86_64_macos": {},
|
||||
|
||||
Reference in New Issue
Block a user