Skip to content

Commit c40207c

Browse files
authored
Improve consistency
1 parent bcd9506 commit c40207c

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
@@ -266,8 +266,7 @@ In my case, I have one key pair, whose ID is `BE614499`.
266266
Then:
267267

268268
1. Create a new Secret containing the passphrase of your PGP key named `PGP_PASSPHRASE`.
269-
2. Create a new Secret containing the base64 encoded secret of your private key, which you can obtain
270-
by running:
269+
2. Create a new Secret containing the base64 encoded secret of your private key named `PGP_SECRET`. The encoded secret can obtain by running:
271270
```
272271
# macOS
273272
gpg --armor --export-secret-keys $LONG_ID | base64

0 commit comments

Comments
 (0)