CI/CD pipeline for workflow automation using GitHub Actions.
Author – Shefali Kamble, Cloud Engineer Overview GitHub Actions is a CI/CD and general automation system introduced by GitHub. It is integrated right into GitHub and enabled by default in every GitHub repository. GitHub Actions help you automate tasks within your software development life cycle. It is event-driven, which means that we can run a…