From the course: Learning GitHub Actions
Unlock the full course today
Join today to access over 24,200 courses taught by industry experts.
Deploy a custom action - GitHub Tutorial
From the course: Learning GitHub Actions
Deploy a custom action
- [Instructor] All of the files for our action are in place, and now it's time to actually test it with a workflow. I have a few tabs open in my browser to run the test. In this tab, I'm looking at a workflow for our super-cool-project. On line three, we see it will get triggered when the repo sees a push event. And on line 10, we see the call to the keyword release action followed by the GITHUB, TOKEN environment variable being passed in as a secret, and the argument with our keyword release target. In another tab, I'm looking at the Releases page for the super-cool-project. If all goes well, we should see a new release on this page after our action runs successfully. Let's go back to the Repo tab and trigger the workflow by making a small change in the README file. I'll just add some text here to the README file and how 'about testing the keyword releaser action? For the commit message, I need to make sure I…
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)
-