mirror of
https://github.com/dtolnay/install.git
synced 2024-11-22 08:29:30 +01:00
Remove explanation of signing key from readme
This commit is contained in:
parent
59115418f6
commit
6376e3d3ee
1 changed files with 0 additions and 10 deletions
10
README.md
10
README.md
|
@ -29,16 +29,6 @@ jobs:
|
||||||
| `crate` | ✓ | Name of crate as published to crates.io |
|
| `crate` | ✓ | Name of crate as published to crates.io |
|
||||||
| `bin` | | Name of binary; default = same as crate name |
|
| `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
|
## License
|
||||||
|
|
||||||
The scripts and documentation in this project are released under the [MIT
|
The scripts and documentation in this project are released under the [MIT
|
||||||
|
|
Loading…
Reference in a new issue