From 6376e3d3ee8f9920db8971a6b6be2f1423137b21 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Thu, 1 Dec 2022 09:51:57 -0800 Subject: [PATCH] Remove explanation of signing key from readme --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index 4cebeca..4f8beae 100644 --- a/README.md +++ b/README.md @@ -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