Centralized repository for reusable Github actions workflows that can be consumed in other repositories.
Reusable workflows are consumed via a workflow file in the calling repo. Reusable workflows are called at the job level.
Note: Reusable workflows only have only the permissions passed by the consuming repo, so any required permissions must be passed in the caller's workflow.
See the documentation for each workflow with info on required permissions and any other setup requirements.