Question 081
### How can you reuse a defined workflow in multiple repositories? (Choose two.)
> https://docs.github.com/en/actions/using-workflows/creating-starter-workflows-for-your-organization
- [ ] By copying the workflow file to each repository
- [x] By using workflow templates
- [ ] By creating a reusable action
- [x] By defining the workflow in a central repository