Reusable Github Workflows and Actions - A builder's guide

Опубликовано: 26 Март 2026
на канале: Build. Automate. Ship Smarter in the Cloud.
266
6

In this video I give a very brief and quick introduction into using Reusable Github Workflows and Github Actions.

It enables you as a builder to quickly learn and use this functionality of the most widely used CI/CD system today.

You also get tips on what the most common errors might be :-)

Please reach out to me and follow up in the comments if you have feedback or additions!


Repositories used for demo:
https://github.com/Lock128/github-sha...
https://github.com/Lock128/github-reu...

Links referenced:
https://docs.github.com/en/actions/wr...
https://github.blog/developer-skills/...
https://github.com/actions/starter-wo...
https://github.com/marketplace?type=a...

0:00 Introduction
0:06 What are reusable GithubActions?
1:25 The setup and demo repositories
2:23 Let's look at the code
6:02 Errors I made
7:20 The actions spec
8:44 Finding re-usable workflows in open source
9:57 Wrap up