Setup#
Set up the examples repository#
Create a fork of michmx/2026-08-10-cicd-github-examples
Click HERE, or alternatively the “Fork” button in the upper right corner of the page to create a copy of the repository under your GitHub account.
Get the code
Open a terminal and clone the repository that contains files required for this lesson.
git clone git@github.com:<YOURUSERNAME>/2026-08-10-cicd-github-examples.git
HTTPS instead of SSH
The commands above use SSH URLs, which require an SSH key set up with your GitHub account. If you authenticate over HTTPS instead (e.g. with the gh CLI), clone with
gh auth login
git clone https://github.com/<YOURUSERNAME>/2026-08-10-cicd-github-examples.git
Done!
If you’re having issues, please let us know immediately since you might not be able to follow this lesson without a proper setup.