Automate your workflow with GitHub Actions Part 1 of 2

Learn how GitHub Actions enables you to automate your software development cycle. This is part 1 of a two part series.

In this learning path, you'll:

  • Plan automation of your software development life cycle with GitHub Actions workflows.
  • Use GitHub Actions to automatically build your application.
  • Use GitHub Script to interact with the GitHub API.
  • Publish automatically and securely your code libraries or Docker images with GitHub Packages.

Prerequisites

Modules in this learning path

Create a basic GitHub Action and use that action in a workflow.

Learn how to create workflows that enable you to use Continuous Integration (CI) for your projects.

Create two deployment workflows using GitHub Actions and Microsoft Azure.

Learn to interact with the GitHub API from GitHub Actions by using GitHub Script.