I would like to set my GitHub Actions as required status checks so that I would be able to have protected branches and prevent commits from being pushed to specific branches if they don’t pass the github actions checks.
But when I go to the branch protection rules, the github actions don’t appear in the list of checks to choose from:

As you can see here I do have two github actions that have been running for several weeks on my repo:
So am I missing something? How do I set Github Actions as required status checks?

