1
0
mirror of synced 2026-01-05 12:07:35 -05:00
Files
docs/data/reusables/enterprise_site_admin_settings/pgp-key-env-variable.md
2022-08-28 23:47:21 +03:00

294 B

  1. Define the key as an environment variable for {% data variables.product.product_name %}, replacing <YOUR-KEY-ID> with the GPG key ID.

    ghe-config "secrets.gpgverify.web-signing-key" "$(gpg --export-secret-keys -a <YOUR-KEY-ID> | awk '{printf "%s\\n", $0}')"