In this video, explore the prerequisites you need to get the most out of this course, including experience with source control management tools and working with GitHub.
- [Instructor] To get the most out of this course, there are a few things you should be familiar with before starting. First and foremost, you'll need a GitHub account. You can create an account for free by going to github.com/join and signing up. You'll need to be familiar with creating and using Git repositories on GitHub.com. You'll also need to know how to work with repository branches. And you'll need to know how to push updated code to a repository as a commit. And finally, you'll need to know how to work with pull requests, particularly, how to open a pull request and then merge it into a branch. If you need a primer on working with GitHub, you can find courses here on LinkedIn Learning to get you up to speed. GitHub workflows are defined using YAML, so it'll be helpful if you're familiar with using YAML to serialize data. Don't worry if this is the first time you've worked with YAML, it's an approachable way to format data and we'll be reviewing YAML basics as we go along in the course. Containers are key to creating GitHub actions. If you're already familiar with Docker and using a Dockerfile to describe a container image, you'll be all set to create custom actions. If you've never worked with a Dockerfile before, don't worry. We'll go over the main keywords you need to know. We'll also be scripting a bit, so it will help if you're familiar with shell scripting or scripting in a higher-level language like Python or Ruby.
Author
Released
2/21/2020- Creating an action
- Creating a workflow
- Adding actions to a workflow
- Using an action from a repository
- Developing a CI/CD pipeline with GitHub Actions
- Building custom actions
- Publishing an action to the GitHub Marketplace
Skill Level Beginner
Duration
Views
Related Courses
-
Learning Jenkins
with Michael Jenkins1h 20m Beginner -
Learning GitHub
with Aaron Stewart2h 11m Beginner -
GitHub Essential Training
with Aaron Stewart2h 48m Intermediate
-
Introduction
-
What you should know1m 32s
-
Working with YAML files1m 25s
-
1. Your First Action
-
Your first Action2m 31s
-
-
2. Connecting Actions with Workflows
-
Create a workflow3m 11s
-
Add actions to a workflow4m 27s
-
Run a workflow2m 31s
-
Add conditions to a workflow2m 40s
-
-
3. Using Actions
-
Using secrets4m 1s
-
Using artifacts4m 7s
-
Manage pull requests3m 30s
-
4. Developing a CI/CD Workflow
-
Plan your CI/CD pipeline1m 53s
-
Linting and unit tests2m 7s
-
Testing1m 44s
-
Deploying1m 38s
-
-
5. Building Custom Actions
-
Plan a custom action4m 22s
-
Dockerfile review4m 58s
-
Add a Dockerfile2m 20s
-
Add an entry-point script2m 30s
-
Test an action locally3m 52s
-
Add a metadata file2m 50s
-
Add a README file1m 48s
-
Deploy a custom action2m 22s
-
-
Conclusion
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: What you should know