How to use GitHub Actions

GitHub Actions are the newest solution for continuous integration and continuous deployment (CI/CD). They offer a streamlined path to trigger automation with each alteration to a GitHub repo.

This talk will introduce and walk through a few of the available features to demonstrate how to automatically deploy a plugin to WordPress.org every time a new version is tagged.

What You’ll Learn

  • Overview of GitHub Actions
  • Why we should use GitHub Actions
  • Use cases for GitHub Actions
  • And more!