Skip to content

Commit abd7083

Browse files
committed
add github:e config example in README
1 parent 6599d90 commit abd7083

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,21 @@ restrictions:
9393
- bar_organization
9494
```
9595

96+
#### github:e support
97+
98+
GitHub Enterprise is also supported. To authenticate via github enterprise, add api endpoint information to config like following:
99+
100+
```yaml
101+
auth:
102+
info:
103+
service: github
104+
client_id: your client id
105+
client_secret: your client secret
106+
redirect_url: https://yourapp.example.com/oauth2callback
107+
endpoint: https://github.yourcompany.com
108+
api_endpoint: https://api.github.yourcompany.com
109+
```
110+
96111
## License
97112

98113
MIT

0 commit comments

Comments
 (0)