Skip to content

Creates Confluence Blog Entries when a Github Webhook Release event is captured.

License

Notifications You must be signed in to change notification settings

wm/release-blogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Release Blogger

Usage

Run the web server that listens for events from Github web hooks as follows:

release-blogger \
  --port 8080 \
  --secret my-github-hmac-secret \
  --space BLOG \
  --url https://mycompany.atlassian.net \
  --username my-confluence-username \
  --password my-confluence-password

In github set up your webhook to point to url of the release-blogger server with a patt of event. For Example:

http://release-blogger.ngrok.io/event

When ever a Github Release Event is pushed to the release-blogger it will create a new blog entry in the provided space of confluence.

About

Creates Confluence Blog Entries when a Github Webhook Release event is captured.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages