Skip to content

Commit

Permalink
Indicate that you may not be prompted to re-authenticate (#33751)
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Ahmady <32935794+subatoi@users.noreply.github.com>
Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com>
  • Loading branch information
3 people committed Jul 30, 2024
1 parent 36997e2 commit 1ff7f7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ When verifying a signature, {% data variables.product.product_name %} extracts t
1. In the "Title" field, type a name for your GPG key.
1. In the "Key" field, paste the GPG key you copied when you [generated your GPG key](/authentication/managing-commit-signature-verification/generating-a-new-gpg-key).
1. Click **Add GPG key**.
1. To confirm the action, authenticate to your {% data variables.product.prodname_dotcom %} account.
1. If prompted, authenticate to your {% data variables.product.prodname_dotcom %} account to confirm the action.

{% ifversion upload-expired-or-revoked-gpg-key %}

Check warning on line 49 in content/authentication/managing-commit-signature-verification/adding-a-gpg-key-to-your-github-account.md

View workflow job for this annotation

GitHub Actions / lint-content

Liquid `ifversion` (and `elsif`) should not always be true

The Liquid ifversion condition 'upload-expired-or-revoked-gpg-key' includes all possible versions and will always be true.
{% else %}
Expand Down

0 comments on commit 1ff7f7b

Please sign in to comment.