From c40207cbbcea733eb4c598915a77fad932e7f818 Mon Sep 17 00:00:00 2001 From: Jerome Wuerf Date: Sat, 27 Nov 2021 09:55:02 +0000 Subject: [PATCH] Improve consistency --- _overviews/contributors/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/_overviews/contributors/index.md b/_overviews/contributors/index.md index 2823404e7d..fa1947dafe 100644 --- a/_overviews/contributors/index.md +++ b/_overviews/contributors/index.md @@ -266,8 +266,7 @@ In my case, I have one key pair, whose ID is `BE614499`. Then: 1. Create a new Secret containing the passphrase of your PGP key named `PGP_PASSPHRASE`. - 2. Create a new Secret containing the base64 encoded secret of your private key, which you can obtain - by running: + 2. Create a new Secret containing the base64 encoded secret of your private key named `PGP_SECRET`. The encoded secret can obtain by running: ``` # macOS gpg --armor --export-secret-keys $LONG_ID | base64