softdevteam / mattermost-github-integration

GitHub integration for Mattermost
Other
79 stars 50 forks source link

any TL,DR guide for config ? #49

Closed mohandeath closed 5 years ago

mohandeath commented 5 years ago

what is the secret_key that should I provide in the config.py file? is that the key GitHub provides for new OAuth applications or the other ones ? does it work for the private repositories I contribute to? i recently migrated from slack to mattermost and new to the concept btw

ptersilie commented 5 years ago

It's the secret key that can be set when setting up a Github webhook. I've updated the ReadMe to (hopefully) clarify this more.

This should work for private repos as well, as long as that repo (or the owner of the repo) has setup a Github webhook that points to the mattermost-github-integration server.