Skip to content

githubuniverseworkshops/workshop-automate-your-workflow

Repository files navigation

Automate your workflow using GitHub Actions and GitHub Packages

@stebje @rwnfoo

PrerequisitesResources

This workshop is focused on helping you move from idea to production using GitHub Actions and GitHub Packages. We will be looking at how to build, test, release, and deploy code to the cloud, secrets management, as well as automating administrative tasks. After this workshop, you will be able to leverage these features to improve your own workflows.

📣 Prerequisites

  • A GitHub.com account with a verified e-mail address
  • Basic understanding of yaml syntax
  • Basic understanding of GitHub APIs
  • Basic understanding of DevOps processes
  • Basic understanding of software package registries (e.g. GitHub Packages, npm, NuGet)
  • Nice to have: experience with GitHub Actions or other automation servers such as Jenkins or TravisCI

📚 Resources