* Replace accessibility-tab.png with octicon
* Update and version appearance-tab references
* Replace codespaces-tab.png with octicon
* Replace product name with reusable
* Version reusable using developer-settings.png
* Version reusable using notifcations_menu.png
* Replace org-settings-pages.png with octicon
* Version reusable using repos-tab.png
* Version reusable using saved-replies-tab.png
* Version reusable with settings-applications.png
* Version reusable with settings-sidebar-account-security.png
* version reusable with settings-sidebar-account-settings.png
* Replace settings-sidebar-billing-plans.png with octicon
* Replace settings-sidebar-blocked-users.png with octicon
* Version settings-sidebar-deploy-keys.png
* Version reusable with settings-sidebar-emails.png
* Replace settings-sidebar-interaction-limits.png with octicon
* Replace settings-sidebar-organizations.png with octicon
* Version use of settings-sidebar-repositories.png
* Version reusable with settings-seidebar-security-analysis.png
* Version reusable with settings-sidebar-ssh-keys.png
* Version reusable with settings-sidebar-team-settings.png
* Replace settings-sidebar-third-party-access.png with octicon
* Version reusable with settings-user-orgs.png
* Replace user-settings-pages.png with octicon
* Update pages octicon
* Add explicit versions to elsif tags
* Rewording for consistency
* Improve versioning for future GHAE
* Add missing space
Co-authored-by: Felicity Chapman <felicitymay@github.com>
Co-authored-by: Felicity Chapman <felicitymay@github.com>
* version use of teams/review-button.png
* Replace scheduled-reminders-teams.png with octicon
* Replace scheduled-reminds-profile.png with octicon
* Version reusable with org-security-settings-tab.png
* Version uses of audit-log-tab.png
* Version use of org-settings-audit-log.png
* Fix elsif tags for versioning
* Remove section versioned to never display
* Remove space that broke liquid
* Add explicit versions to elsif liquid tag
* Update versioning for future GHAE
* Update references to sidebar for consistency with other PRs
The GitHub CLI does not allow you to add an ssh key unless you are authenticated with your GitHub account. The `gh auth login` command not only authenticates you but also gives prompts to add your ssh key to your account. This PR amends the GitHub CLI portion with the `gh auth login` path. This may be useful to someone coming to this page for the first time who has not already installed the gh CLI and will do so as part of this flow and will then need to authenticate.
Hello GitHub team!
I was casually browsing the documentations when I found a typo
An extra ")" on Line 33, on the "Authenticating as a managed user" string.
I know it is small, miniature error but I decided to let you know, I hope you accept my change even if it is this small.
Thank you! <3
* actions: don't recommend users allow-list our hosted runners
There are too many IP addresses for our hosted runners for users to use
them as an allow-list. In fact, we have a note where we _don't_
recommend that they use this. Remove a contradictory sentence below.
* ip addresses: clarify what these ip addresses are
* self-hosted: clarify inbound/outbound requirements
* Update content/actions/hosting-your-own-runners/about-self-hosted-runners.md
* Update content/authentication/keeping-your-account-and-data-secure/about-githubs-ip-addresses.md
Co-authored-by: hubwriter <hubwriter@github.com>