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>
On macOS Monterey the command `ssh-add -K ~/.ssh/id_ed25519` results in a warning message:
```
WARNING: The -K and -A flags are deprecated and have been replaced
by the --apple-use-keychain and --apple-load-keychain
flags, respectively. To suppress this warning, set the
environment variable APPLE_SSH_ADD_BEHAVIOR as described in
the ssh-add(1) manual page.
```