jollyra / hubot-commit-streak

A hubot script that shows who has the longest github streak in your org
https://www.npmjs.com/package/hubot-commit-streak
MIT License
3 stars 0 forks source link

How do I set the an env variable so it can read in streakbot #1

Closed jollyra closed 8 years ago

jollyra commented 8 years ago

Leaving the access token seems like a good idea. How do we set the env var so that it can be read in the streakbot script?

jollyra commented 8 years ago

We need this so we can get access to a private org's members.

jollyra commented 8 years ago

Example of running a node process with process env vars set: MY_ENV_VAR='test' node test.js

Or, in our context: MY_ENV_VAR='test' bin/hubot