Skip to content

Webhook to github to track repo updates and pull down changes automatically #47

@vcermeno

Description

@vcermeno
  1. Use Github Webhooks API to create a repository hook (https://developer.github.com/v3/repos/hooks/)
    POST /repos/:owner/:repo/hooks
    config = {url: [url to to which webhooks will be delivered(will need IP address of computer), content-type: json, secret: (X-hub signature), insecure_ssl: 0 };
    params = {name: web, config, events: ["pull_request"], active: true}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions