This org contains the companion repositories for the book GitHub Actions in Action (Manning). The book is tructured in three parts and 12 chapters:
- Introduction to GitHub Actions
- Hands-on: My first Actions Workflow
The hands-on is done in a new repository - but you can find the corresponding code in Part 1
- Workflows
- GitHub Actions
The code for the hands-on lab for the Docker container action can be found in ActionInAction
- Runners
- Self-hosted runners
- Managing your self-hosted runners
For this part you can use the repository globoticket. This contains an application to sel tickets online and contains all the sample workflows used int he book to build the full CI/CD workflows. You find the workflows in the .github/workflows
folder.
- Continuous Integration
- Continuous Delivery
- Security
- Compliance
- Improving workflow performance and costs