# Github Actions
Github Actions are limited to 7GB of memory, 2 cores, 14GB of disk space on the runner
* How do we gain access to Github Actions
No extra payment/account needed, Actions are accessible to all repositories
## Runner
* Where is the runner we will be using
Machines can be shared by our team,
they can be seen defined and being used in eclipse/che already or eclipse/che-operators repo
For a job template we can visit GitHub Marketplace
Available machines are pre-defined in [Github Actions Images list](https://github.com/actions/virtual-environments/tree/main/images)
* How is it set up
* What's the authentication process
We can use secrets inside the jobs themselves
## Workflow
* Do we have an example workflow set up that we could easily copy and repurpose
(answered in the runner question)
## References
* Github Actions doc [Base documentation](https://docs.github.com/en/free-pro-team@latest/actions)
## Notes