keon94 commented on code in PR #2215:
URL: https://github.com/apache/incubator-devlake/pull/2215#discussion_r904604453


##########
plugins/github/api/connection.go:
##########
@@ -44,7 +44,7 @@ func TestConnection(input *core.ApiResourceInput) 
(*core.ApiResourceOutput, erro
        if err != nil {
                return nil, err
        }
-       tokens := strings.Split(params.Token, ",")
+       tokens := strings.Split(params.Auth, ",")

Review Comment:
   not sure what's changed, but UI is sending "auth" instead of "token" on the 
payload now, so I had to do this



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to