3
0
Fork 0
mirror of https://github.com/dtolnay/install.git synced 2024-11-21 16:09:32 +01:00

Remove explanation of signing key from readme

This commit is contained in:
David Tolnay 2022-12-01 09:51:57 -08:00
parent 59115418f6
commit 6376e3d3ee
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -29,16 +29,6 @@ jobs:
| `crate` | ✓ | Name of crate as published to crates.io |
| `bin` | | Name of binary; default = same as crate name |
## Security considerations
Check the `.github/workflows` directory of this repo for the GitHub Actions
logic which compiles, signs, and publishes each binary.
This Action downloads both the binary executable and its signature. The
signature is verified using gpg and the public key available in
`signing-key.asc`. The corresponding private key is provided to this repo's
build jobs as a GitHub secret.
## License
The scripts and documentation in this project are released under the [MIT