File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 99## If the GPG key expired
1010
11111 . Generate a new key:
12- < https://docs.github.com/en/authentication/managing-commit-signature-verification/generating-a-new-gpg-key#generating-a-gpg-key > <!-- editorconfig-checker-disable-line -->
13- 2 . BUT use ` gpg --armor --export-secret-keys YOUR_ID ` to
12+ < https://central.sonatype.org/publish/requirements/gpg/#generating-a-key-pair >
13+ 2 . Distribute the
14+ key: https://central.sonatype.org/publish/requirements/gpg/#distributing-your-public-key
15+ 3 . use ` gpg --armor --export-secret-keys YOUR_ID ` to
1416 export ([ docs] ( https://github.com/actions/setup-java/blob/main/docs/advanced-usage.md#gpg ) )
15- 3 . Update the
17+ 4 . Update the
1618 passphrase: < https://github.com/prometheus/client_java/settings/secrets/actions/GPG_SIGNING_PASSPHRASE > <!-- editorconfig-checker-disable-line -->
17- 4 . Update the GPG
19+ 5 . Update the GPG
1820 key: < https://github.com/prometheus/client_java/settings/secrets/actions/GPG_SIGNING_KEY >
You can’t perform that action at this time.
0 commit comments