Skip to content

Commit

Permalink
Merge pull request #645 from pyro2927/feature/github_org_auth
Browse files Browse the repository at this point in the history
Adding documentation for GITHUB_ORG_ID
  • Loading branch information
arthurnn committed Feb 3, 2014
2 parents d5c2a3b + 7ff0cbe commit 0d1cab6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,13 @@ heroku config:add GITHUB_SECRET=the_secret_provided_by_GitHub
heroku config:add GITHUB_ACCESS_SCOPE=repo,public_repo
```

* GITHUB_ORG_ID [*optional*] - If set, any user of the specified GitHub Organization can login. If it is their first time, an account will automatically be created for them.

```bash
heroku config:add GITHUB_ORG_ID=1234567
```


__Note__: To avoid restarting your Heroku app 4 times you can set Heroku variables in a single command, i.e:

```bash
Expand Down

0 comments on commit 0d1cab6

Please sign in to comment.