Skip to content

Commit 5388482

Browse files
Copilotjimirocks
andcommitted
Fix typo in ENVIRONMENT_VARIABLES.md (GPP -> GPG)
Co-authored-by: jimirocks <5468417+jimirocks@users.noreply.github.com>
1 parent 58c7d99 commit 5388482

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ENVIRONMENT_VARIABLES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ For local testing of the release and publish process:
7575
export OSS_USER="your-jira-username"
7676
export OSS_PASS="your-jira-password"
7777

78-
# GPP signing - RECOMMENDED: read from secure file instead of inline command
78+
# GPG signing - RECOMMENDED: read from secure file instead of inline command
7979
# First, create the key file (see RELEASE_CHECKLIST.md for secure creation)
8080
export SIGNING_KEY="$(cat /secure/path/signing-key.txt)"
8181
export SIGNING_PASS="your-gpg-passphrase"

0 commit comments

Comments
 (0)