You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by GitBox <gi...@apache.org> on 2022/06/23 05:49:11 UTC

[GitHub] [incubator-devlake] keon94 commented on a diff in pull request #2215: [feat-1022][github]: Support GitHub Milestones

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: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org