From the course: Learning GitHub Actions
Unlock the full course today
Join today to access over 24,200 courses taught by industry experts.
Publish an action to the Marketplace - GitHub Tutorial
From the course: Learning GitHub Actions
Publish an action to the Marketplace
- [Instructor] After creating and testing a custom action, we'll want to share it. One of the easiest ways to do that is to publish the action to the GitHub marketplace. The marketplace lets developers search for actions and then add them to their workflows. But before we can publish, we need to have a few things in place. To keep our interactions with the marketplace secure, we need to have two-factor authentication enabled for our GitHub account. This means whenever we log into GitHub, we'll have to provide a token from another application or a code from an SMS message. This protects our account from being compromised if someone happens to learn our username and password. Not only is this a requirement for publishing actions to the marketplace, it's also a good security practice for all GitHub accounts. We'll also need to agree to all the terms and conditions of the GitHub marketplace developer agreement. I'll leave it…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
-
(Locked)
Plan a custom action4m 28s
-
(Locked)
Your custom action objective1m 7s
-
(Locked)
Dockerfile review4m 58s
-
(Locked)
Add a Dockerfile2m 20s
-
(Locked)
Add an entry-point script2m 30s
-
(Locked)
Use runtime environment resources4m 11s
-
(Locked)
Test an action locally3m 52s
-
(Locked)
Complete the entry-point script2m 2s
-
(Locked)
Add a metadata file2m 48s
-
(Locked)
Add a README file1m 48s
-
(Locked)
Deploy a custom action2m 22s
-
(Locked)
Publish an action to the Marketplace4m 16s
-
(Locked)
Challenge: Create a custom action1m
-
(Locked)
Solution: Create a custom action7m 47s
-
(Locked)
-