mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-03-16 01:19:02 +01:00
Adjust github scopes and clarify documentation. (#2578)
Add scopes needed when creating Github application. Removed "repo:status" scope, because it is included in already requested "repo" scope. Fixes: #1081
This commit is contained in:
@@ -21,7 +21,7 @@ services:
|
||||
|
||||
## Registration
|
||||
|
||||
Register your application with GitHub to create your client id and secret. It is very important that the authorization callback URL matches your http(s) scheme and hostname exactly with `<scheme>://<host>/authorize` as the path.
|
||||
Register your application with GitHub to create your client id and secret. Grant "repo", "user:email" and "read:org" scopes. It is very important that the authorization callback URL matches your http(s) scheme and hostname exactly with `<scheme>://<host>/authorize` as the path.
|
||||
|
||||
Please use this screenshot for reference:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user