Completed
Welcome and introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Developer Keynote - GitHub Actions
Automatically move to the next video in the Classroom when playback concludes
- 1 Welcome and introduction
- 2 Examples of GitHub Actions use in our context
- 3 GitHub Actions terminology actions, workflows, jobs, steps, runners
- 4 Exploring the image-build-and-publish.yml workflow
- 5 Looking at GitHub org-level features shared secrets and runners
- 6 Creating the simplest workflow that could possibly work
- 7 Brief overview of what and where actions are and what they can do
- 8 Expanding on the simple workflow - adding an input
- 9 Getting the workflow to run on a self-hosted runner
- 10 Bring in the use of an action into a workflow job step
- 11 Creating issues to see that the action successfully added comments to them
- 12 Looking in depth at the "url-notes" repo and associated workflow
- 13 Highlighting the github-script action for powerful access to the API surface