I have a warning on a particular GitHub repository that states:
Your main branch isn't protected
Protect this branch from force pushing or deletion, or require status checks before merging.
Is There Basic Protection?
Isn't the repo protected by the fact that I have to sign in to push to it, meaning that someone would have to be able to sign in to the repo to delete or push against it?
The message means that contributors can force push and delete your branch. You would need to grant access to make someone a contributor.