Github Workflows - Keep

Authentication

This provider requires authentication.

  • personal_access_token: Github Personal Access Token (required: True, sensitive: True)

In workflows

This provider can be used in workflows.

As “step” to query data, example:

steps:
    - name: Query github_workflows
      provider: github_workflows
      config: "{{ provider.my_provider_name }}"
      with:
        url: {value}  
        method: {value}  

As “action” to make changes or update data, example:

actions:
    - name: Query github_workflows
      provider: github_workflows
      config: "{{ provider.my_provider_name }}"
      with:
        github_url: {value}  
        github_method: {value}  

If you need workflow examples with this provider, please raise a GitHub issue.

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.

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy