Supported Providers
Github Workflows
GithubWorkflowProvider is a provider that interacts with Github Workflows API.
Configuration
The kwargs
of the notify
function in GithubWorkflowProvider contains the following Parameters
Basically the kwargs will be automatically populated by the variables passed under with
in the workflow file.
Outputs
It returns the the response of the query.
Authentication Parameters
A Github Personal Access Token GITHUB_PAT
associated with the github account is required to perform the required action.
Connecting with the Provider
Create your personal access token (classic) in github
- In the upper-right corner of any page, click your profile photo, then click Settings.
- In the left sidebar, click Developer settings.
- In the left sidebar, under Personal access tokens, click Tokens (classic).
- Select Generate new token, then click Generate new token (classic).
- In the “Note” field, give your token a descriptive name.
- To give your token an expiration, select Expiration, then choose a default option or click Custom to enter a date.
- Select the scopes you’d like to grant this token.
- Click Generate token.
- Optionally, to copy the new token to your clipboard, click copy button.
See bellow for more info.
Notes
No information yet, feel free to contribute it using the “Edit this page” link the bottom of the page