Skip to content

Commit 7477852

Browse files
authored
Merge pull request #2237 from ossScharom/patch-1
2 parents 16eb662 + c40207c commit 7477852

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

_overviews/contributors/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,7 @@ In my case, I have one key pair, whose ID is `BE614499`.
269269
Then:
270270

271271
1. Create a new Secret containing the passphrase of your PGP key named `PGP_PASSPHRASE`.
272-
2. Create a new Secret containing the base64 encoded secret of your private key, which you can obtain
273-
by running:
272+
2. Create a new Secret containing the base64 encoded secret of your private key named `PGP_SECRET`. The encoded secret can obtain by running:
274273
```
275274
# macOS
276275
gpg --armor --export-secret-keys $LONG_ID | base64

0 commit comments

Comments
 (0)