Technology, Data and Science

GitHub Actions First Look

Actions, a developer productivity and CI/CD suite of tools from GitHub, offers developers a new way to automate workflows for their web projects. Each action—which is a set of custom instructions—can be combined with other actions to create a workflow. You can have tasks that run on a specific timeframe, control what happens when someone interacts with the GitHub repository, and more. In this brief course, learn about the main features of GitHub Actions, as well as the possibilities that it offers you and your organization. Ray Villalobos helps to acquaint you with Actions, explaining how to trigger actions, work with jobs, work with different types of contexts, store secrets inside a repository so that multiple users or APIs can securely access them, and use external actions.

Learn More