GitHub
GitHub provides an action to get the list of organization-public activities performed by a user.
Integration with LogicHub
Connecting with GitHub
To connect to GitHub following details are required:
- Label: Connection name.
- Reference Values: Define variables here to templatize integration connections and actions. For example, you can use https://www.{{hostname}}.com where, hostname is a variable defined in this input. For more information on how to add data, see 'Add Data' Input Type for Integrations.
- Username: To access GitHub API provide a valid username of the GitHub account.
- Personal Access Token: To access GitHub API provide a valid Personal Access Token for the above GitHub account.
Actions with GitHub
User Activity
Action will get the details of activities performed by the provided user.
Inputs to this Action:
- Connections: Choose a connection that you have created.
- Column Name: Select the column name from parent table to lookup value for.
Output of Action:
- result: Success/Failure message.
{
"result": "No result available as Username is empty"
}
Updated about 1 year ago
Did this page help you?