From aabcbac3d9aa077dd712ff121975960d49c9aa6e Mon Sep 17 00:00:00 2001 From: nopeitsnothing Date: Sun, 24 May 2026 01:16:29 -0400 Subject: [PATCH] fix(develop): we use the Anonymous Planet RSK for releases Signed-off-by: nopeitsnothing --- docs/code/develop.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/code/develop.md b/docs/code/develop.md index 921c4fd..7ef68d1 100644 --- a/docs/code/develop.md +++ b/docs/code/develop.md @@ -155,7 +155,7 @@ The ASCII-armored private key used to sign PDFs and hash files. ```bash # Export the release signing key -gpg --armor --export-secret-keys 9FA5436D0EE360985157382517ECA05F768DEDF6 +gpg --armor --export-secret-keys C3023DBEA3FB38C438BA1EEDCEC60AEDE8B992A2 ``` Copy the entire output (including `-----BEGIN PGP PRIVATE KEY BLOCK-----` and the closing line) and paste it as the secret value.