From the course: GitHub Administration Cert Prep
Unlock this course with a free trial
Join today to access over 24,900 courses taught by industry experts.
Managing GitHub Actions Enterprise - GitHub Tutorial
From the course: GitHub Administration Cert Prep
Managing GitHub Actions Enterprise
- [Instructor] Managing GitHub Actions in Enterprise is very powerful because of the API. If we take a look here at the left, we have a script to manage GitHub Actions in the Enterprise. There's some bash code that authenticates, and then it loops through the organization to do several things like setting up action permissions, listing the current actions, cloning the repo, going through and setting up default actions and workflows, adding even self-hosted runners or even listing the runners. So these API actions, the ability to programmatically control them, and also the ability to toggle between your own self-hosted runners, for example, let's say you have a big powerful GPU with storage inside of it. This could be one of the reasons that the Actions Enterprise ecosystem is so powerful. Likewise, if you don't want to manage your own instances, you can actually set up managed automations as well, so you use the images that…