-
Notifications
You must be signed in to change notification settings - Fork 319
Github Sync and Analyzer
Scott Behrens edited this page Oct 17, 2016
·
1 revision
In order to use the Github search or Github sync tasks you'll need to get a Github OAuth token. To do this, follow the directions on this page.
In your Scumblr initializer configure the API OAuth token as follows:
config.github_oauth_token = '<Github OAuth token>'
Note: You will need to restart Scumblr in order for the config change to be picked up.