We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6599d90 commit abd7083Copy full SHA for abd7083
README.md
@@ -93,6 +93,21 @@ restrictions:
93
- bar_organization
94
```
95
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
111
## License
112
113
MIT
0 commit comments