1
0
mirror of synced 2026-01-01 18:05:46 -05:00

Merge pull request #51714 from github/repo-sync

Repo sync
This commit is contained in:
docs-bot
2024-07-18 14:30:15 -07:00
committed by GitHub

View File

@@ -55,7 +55,7 @@ topics:
{% data reusables.gpg.copy-gpg-key-id %}
1. Paste the text below, substituting in the GPG key ID you'd like to use. In this example, the GPG key ID is `3AA5C34371567BD2`:
```shell
```shell copy
gpg --armor --export 3AA5C34371567BD2
# Prints the GPG key ID, in ASCII armor format
```