How to Use Itential GitHub Actions
- 09 Oct 2023
-
DarkLight
-
PDF
How to Use Itential GitHub Actions
- Updated on 09 Oct 2023
-
DarkLight
-
PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Getting Started
Follow the instructions below to successfully use Itential GitHub Actions.
- Search for the Action on the GitHub Marketplace.
Figure 1: GitHub Marketplace Search
-
Select the "Use the Latest Version" option on the top right of the screen.
-
Click the clipboard icon to copy the provided data.
Example:
- name: itential-automation-start
uses: itential/itential-automation-start@0.0.1
-
Navigate to the '.github/workflows' folder in the target repository (where you intend on using the action).
-
Paste the copied data in the correlating fields of your workflow file.
Figure 2: Pasting the information within the .github/workflows Folder
-
Configure the required inputs and optional inputs. View Configurations for more information.
-
Save the file with a (.yml) extension.
Was this article helpful?